mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
fix build
This commit is contained in:
@@ -38,7 +38,7 @@ export class TypeScriptVersionManager extends Disposable {
|
||||
this._currentVersion = localVersion;
|
||||
}
|
||||
} else {
|
||||
this._disposables.push(vscode.workspace.onDidReceiveWorkspaceTrust(() => {
|
||||
this._disposables.push(vscode.workspace.onDidGrantWorkspaceTrust(() => {
|
||||
if (this.versionProvider.localVersion) {
|
||||
this.updateActiveVersion(this.versionProvider.localVersion);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user