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 b2b4c8a commit bdb589bCopy full SHA for bdb589b
1 file changed
src/vueVolarSupport.ts
@@ -64,6 +64,7 @@ export default () => {
64
.update(VOLAR_CONFIG_FILE_SETTING, extensionCtx.asAbsolutePath('./volarConfig.js'), vscode.ConfigurationTarget.Global)
65
if (restartNeeded) {
66
void vscode.commands.executeCommand('volar.action.restartServer')
67
+ void vscode.window.showInformationMessage('Volar server restarted.')
68
}
69
})
70
0 commit comments