Skip to content

Commit

Permalink
Merge pull request #157 from zardoy/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy authored Jul 13, 2023
2 parents 4734a34 + bdb589b commit 6df3960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vueVolarSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export default () => {
.getConfiguration('')
.update(VOLAR_CONFIG_FILE_SETTING, extensionCtx.asAbsolutePath('./volarConfig.js'), vscode.ConfigurationTarget.Global)
if (restartNeeded) {
void vscode.commands.executeCommand('workbench.action.restartExtensionHost')
void vscode.commands.executeCommand('volar.action.restartServer')
void vscode.window.showInformationMessage('Volar server restarted.')
}
})
}
Expand Down

0 comments on commit 6df3960

Please sign in to comment.