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";
7
7
import product from "./fill/product" ;
8
8
import "./vscode.scss" ;
9
9
import { MenuId , MenuRegistry } from "vs/platform/actions/common/actions" ;
10
+ import { KeybindingsRegistry } from "vs/platform/keybinding/common/keybindingsRegistry" ;
10
11
import { CommandsRegistry } from "vs/platform/commands/common/commands" ;
11
12
import { IFileService , FileOperation } from "vs/platform/files/common/files" ;
12
13
import { ITextFileService } from "vs/workbench/services/textfile/common/textfiles" ;
@@ -35,6 +36,8 @@ class VSClient extends IdeClient {
35
36
workbench : {
36
37
commandRegistry : CommandsRegistry ,
37
38
// tslint:disable-next-line:no-any
39
+ keybindingsRegistry : KeybindingsRegistry as any ,
40
+ // tslint:disable-next-line:no-any
38
41
menuRegistry : MenuRegistry as any ,
39
42
// tslint:disable-next-line:no-any
40
43
statusbarService : getService < IStatusbarService > ( IStatusbarService ) as any ,
You can’t perform that action at this time.
0 commit comments