mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 09:10:30 -04:00
Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127 (#9385)
* Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127 * distro
This commit is contained in:
@@ -1238,7 +1238,10 @@ export class SettingTreeRenderers {
|
||||
private getActionsForSetting(setting: ISetting): IAction[] {
|
||||
const enableSync = this._userDataSyncEnablementService.isEnabled();
|
||||
return enableSync && !setting.disallowSyncIgnore ?
|
||||
[this._instantiationService.createInstance(SyncSettingAction, setting)] :
|
||||
[
|
||||
new Separator(),
|
||||
this._instantiationService.createInstance(SyncSettingAction, setting)
|
||||
] :
|
||||
[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user