mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
Merge from vscode 4636be2b71c87bfb0bfe3c94278b447a5efcc1f1 (#8722)
* Merge from vscode 4636be2b71c87bfb0bfe3c94278b447a5efcc1f1 * remove tests that aren't working
This commit is contained in:
@@ -138,8 +138,18 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
|
||||
'workbench.action.debug.stepInto',
|
||||
'workbench.action.debug.stepOut',
|
||||
'workbench.action.debug.stepOver',
|
||||
'workbench.action.nextEditor',
|
||||
'workbench.action.previousEditor',
|
||||
'workbench.action.nextEditorInGroup',
|
||||
'workbench.action.previousEditorInGroup',
|
||||
'workbench.action.openNextRecentlyUsedEditor',
|
||||
'workbench.action.openPreviousRecentlyUsedEditor',
|
||||
'workbench.action.openNextRecentlyUsedEditorInGroup',
|
||||
'workbench.action.openPreviousRecentlyUsedEditorInGroup',
|
||||
'workbench.action.quickOpenNextRecentlyUsedEditor',
|
||||
'workbench.action.quickOpenPreviousRecentlyUsedEditor',
|
||||
'workbench.action.quickOpenNextRecentlyUsedEditorInGroup',
|
||||
'workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup',
|
||||
'workbench.action.focusActiveEditorGroup',
|
||||
'workbench.action.focusFirstEditorGroup',
|
||||
'workbench.action.focusLastEditorGroup',
|
||||
|
||||
Reference in New Issue
Block a user