mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Remove Online Services Settings option (#14624)
This commit is contained in:
@@ -460,6 +460,7 @@ class PreferencesActionsContribution extends Disposable implements IWorkbenchCon
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
/** {{SQL CARBON EDIT}} Remove unused options (we don't have online services)
|
||||||
MenuRegistry.appendMenuItem(MenuId.MenubarPreferencesMenu, {
|
MenuRegistry.appendMenuItem(MenuId.MenubarPreferencesMenu, {
|
||||||
group: '1_settings',
|
group: '1_settings',
|
||||||
command: {
|
command: {
|
||||||
@@ -476,7 +477,7 @@ class PreferencesActionsContribution extends Disposable implements IWorkbenchCon
|
|||||||
},
|
},
|
||||||
order: 2
|
order: 2
|
||||||
});
|
});
|
||||||
|
**/
|
||||||
this.registerSettingsEditorActions();
|
this.registerSettingsEditorActions();
|
||||||
|
|
||||||
this.extensionService.whenInstalledExtensionsRegistered()
|
this.extensionService.whenInstalledExtensionsRegistered()
|
||||||
|
|||||||
Reference in New Issue
Block a user