mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
Merge from vscode 2b0b9136329c181a9e381463a1f7dc3a2d105a34 (#4880)
This commit is contained in:
@@ -106,6 +106,7 @@ suite('AbstractKeybindingService', () => {
|
||||
_serviceBrand: undefined,
|
||||
dispose: undefined!,
|
||||
onDidChangeContext: undefined!,
|
||||
bufferChangeEvents() { },
|
||||
createKey: undefined!,
|
||||
contextMatchesRules: undefined!,
|
||||
getContextKeyValue: undefined!,
|
||||
|
||||
@@ -53,6 +53,7 @@ export class MockContextKeyService implements IContextKeyService {
|
||||
public get onDidChangeContext(): Event<IContextKeyChangeEvent> {
|
||||
return Event.None;
|
||||
}
|
||||
public bufferChangeEvents() { }
|
||||
public getContextKeyValue(key: string) {
|
||||
const value = this._keys.get(key);
|
||||
if (value) {
|
||||
|
||||
Reference in New Issue
Block a user