mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Use global scope for checking dependent registrations
This commit is contained in:
@@ -89,7 +89,7 @@ export class ConfigurationDependentRegistration {
|
||||
}
|
||||
|
||||
private update() {
|
||||
const config = vscode.workspace.getConfiguration(this.language);
|
||||
const config = vscode.workspace.getConfiguration(this.language, null);
|
||||
this._registration.update(!!config.get<boolean>(this.configValue));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user