mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
Merge from vscode dbe62be3266ffb6772a7f3db0bf61d63f4aa7f65 (#9337)
This commit is contained in:
@@ -71,6 +71,8 @@ export class MockContextKeyService implements IContextKeyService {
|
||||
export class MockKeybindingService implements IKeybindingService {
|
||||
public _serviceBrand: undefined;
|
||||
|
||||
public readonly inChordMode: boolean = false;
|
||||
|
||||
public get onDidUpdateKeybindings(): Event<IKeybindingEvent> {
|
||||
return Event.None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user