Skip to content

Commit 3b17b79

Browse files
committed
fix build
1 parent efad747 commit 3b17b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/standalone/browser/standaloneServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class DynamicStandaloneServices extends Disposable {
194194

195195
ensure(IAccessibilityService, () => new BrowserAccessibilityService(contextKeyService, configurationService));
196196

197-
ensure(IListService, () => new ListService(contextKeyService));
197+
ensure(IListService, () => new ListService(themeService));
198198

199199
let commandService = ensure(ICommandService, () => new StandaloneCommandService(this._instantiationService));
200200

0 commit comments

Comments
 (0)