File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import * as paths from "./fill/paths";
77import product from "./fill/product" ;
88import "./vscode.scss" ;
99import { MenuId , MenuRegistry } from "vs/platform/actions/common/actions" ;
10+ import { KeybindingsRegistry } from "vs/platform/keybinding/common/keybindingsRegistry" ;
1011import { CommandsRegistry } from "vs/platform/commands/common/commands" ;
1112import { IFileService , FileOperation } from "vs/platform/files/common/files" ;
1213import { ITextFileService } from "vs/workbench/services/textfile/common/textfiles" ;
@@ -35,6 +36,8 @@ class VSClient extends IdeClient {
3536 workbench : {
3637 commandRegistry : CommandsRegistry ,
3738 // tslint:disable-next-line:no-any
39+ keybindingsRegistry : KeybindingsRegistry as any ,
40+ // tslint:disable-next-line:no-any
3841 menuRegistry : MenuRegistry as any ,
3942 // tslint:disable-next-line:no-any
4043 statusbarService : getService < IStatusbarService > ( IStatusbarService ) as any ,
You can’t perform that action at this time.
0 commit comments