Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Nov 18, 2019
1 parent efad747 commit 3b17b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/standalone/browser/standaloneServices.ts
Expand Up @@ -194,7 +194,7 @@ export class DynamicStandaloneServices extends Disposable {

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

ensure(IListService, () => new ListService(contextKeyService));
ensure(IListService, () => new ListService(themeService));

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

Expand Down

0 comments on commit 3b17b79

Please sign in to comment.