mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Cleanup modal property from proposed api
This commit is contained in:
@@ -115,7 +115,7 @@ export class TypeScriptVersionManager extends Disposable {
|
||||
description: version.displayName,
|
||||
detail: version.pathLabel,
|
||||
run: async () => {
|
||||
const trusted = await vscode.workspace.requestWorkspaceTrust({ modal: true });
|
||||
const trusted = await vscode.workspace.requestWorkspaceTrust();
|
||||
if (trusted) {
|
||||
await this.workspaceState.update(useWorkspaceTsdkStorageKey, true);
|
||||
const tsConfig = vscode.workspace.getConfiguration('typescript');
|
||||
|
||||
Reference in New Issue
Block a user