We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bab1f commit b2b4c8aCopy full SHA for b2b4c8a
1 file changed
src/vueVolarSupport.ts
@@ -63,7 +63,7 @@ export default () => {
63
.getConfiguration('')
64
.update(VOLAR_CONFIG_FILE_SETTING, extensionCtx.asAbsolutePath('./volarConfig.js'), vscode.ConfigurationTarget.Global)
65
if (restartNeeded) {
66
- void vscode.commands.executeCommand('workbench.action.restartExtensionHost')
+ void vscode.commands.executeCommand('volar.action.restartServer')
67
}
68
})
69
0 commit comments