mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -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, {
|
||||
group: '1_settings',
|
||||
command: {
|
||||
@@ -476,7 +477,7 @@ class PreferencesActionsContribution extends Disposable implements IWorkbenchCon
|
||||
},
|
||||
order: 2
|
||||
});
|
||||
|
||||
**/
|
||||
this.registerSettingsEditorActions();
|
||||
|
||||
this.extensionService.whenInstalledExtensionsRegistered()
|
||||
|
||||
Reference in New Issue
Block a user