mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
revert vscode cahnges (#4879)
This commit is contained in:
@@ -123,7 +123,7 @@ class UntitledEditorInputFactory implements IEditorInputFactory {
|
||||
|
||||
// {{SQL CARBON EDIT}}
|
||||
if (!untitledEditorInput.getResource()) {
|
||||
return null;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
let resource = untitledEditorInput.getResource();
|
||||
@@ -927,4 +927,4 @@ MenuRegistry.appendMenuItem(MenuId.MenubarGoMenu, {
|
||||
title: nls.localize({ key: 'miSwitchGroup', comment: ['&& denotes a mnemonic'] }, "Switch &&Group"),
|
||||
submenu: MenuId.MenubarSwitchGroupMenu,
|
||||
order: 2
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user