Skip to content

Commit

Permalink
print message when server is restarted
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jul 13, 2023
1 parent b2b4c8a commit bdb589b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vueVolarSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default () => {
.update(VOLAR_CONFIG_FILE_SETTING, extensionCtx.asAbsolutePath('./volarConfig.js'), vscode.ConfigurationTarget.Global)
if (restartNeeded) {
void vscode.commands.executeCommand('volar.action.restartServer')
void vscode.window.showInformationMessage('Volar server restarted.')
}
})
}
Expand Down

0 comments on commit bdb589b

Please sign in to comment.