mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
#36623 💄
This commit is contained in:
@@ -98,7 +98,6 @@ export class ExtHostConfiguration implements ExtHostConfigurationShape {
|
||||
},
|
||||
update: (key: string, value: any, arg: ExtHostConfigurationTarget | boolean) => {
|
||||
key = section ? `${section}.${key}` : key;
|
||||
this._validateConfigurationAccess(key, resource, extensionId);
|
||||
const target = parseConfigurationTarget(arg);
|
||||
if (value !== void 0) {
|
||||
return this._proxy.$updateConfigurationOption(target, key, value, resource);
|
||||
|
||||
Reference in New Issue
Block a user