mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +00:00
Remove restart call when enabling TS native
Fixes #266087 Should no longer be required after upstream changes
This commit is contained in:
@@ -68,7 +68,5 @@ async function updateTsgoSetting(enable: boolean): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
// Update the setting, restart the extension host, and enable the TypeScript Go extension
|
||||
await tsConfig.update('experimental.useTsgo', enable, target);
|
||||
await vscode.commands.executeCommand('workbench.action.restartExtensionHost');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user