Skip to content

Commit 6df3960

Browse files
authored
Merge pull request #157 from zardoy/develop
2 parents 4734a34 + bdb589b commit 6df3960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vueVolarSupport.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ export default () => {
6363
.getConfiguration('')
6464
.update(VOLAR_CONFIG_FILE_SETTING, extensionCtx.asAbsolutePath('./volarConfig.js'), vscode.ConfigurationTarget.Global)
6565
if (restartNeeded) {
66-
void vscode.commands.executeCommand('workbench.action.restartExtensionHost')
66+
void vscode.commands.executeCommand('volar.action.restartServer')
67+
void vscode.window.showInformationMessage('Volar server restarted.')
6768
}
6869
})
6970
}

0 commit comments

Comments
 (0)