mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
This reverts commit d15a3fcc98.
This commit is contained in:
@@ -524,9 +524,9 @@ export class PreferencesService extends Disposable implements IPreferencesServic
|
||||
switch (configurationTarget) {
|
||||
case ConfigurationTarget.USER:
|
||||
case ConfigurationTarget.USER_LOCAL:
|
||||
return this.environmentService.settingsResource;
|
||||
return URI.file(this.environmentService.appSettingsPath);
|
||||
case ConfigurationTarget.USER_REMOTE:
|
||||
return this.environmentService.settingsResource;
|
||||
return URI.file(this.environmentService.appSettingsPath);
|
||||
case ConfigurationTarget.WORKSPACE:
|
||||
if (this.contextService.getWorkbenchState() === WorkbenchState.EMPTY) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user