mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 01:25:38 -05:00
Merge from vscode 5d18ad4c5902e3bddbc9f78da82dfc2ac349e908 (#9683)
This commit is contained in:
@@ -49,6 +49,8 @@ export interface IKeyMods {
|
||||
readonly alt: boolean;
|
||||
}
|
||||
|
||||
export const NO_KEY_MODS: IKeyMods = { ctrlCmd: false, alt: false };
|
||||
|
||||
export interface IQuickNavigateConfiguration {
|
||||
keybindings: ResolvedKeybinding[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user