Skip to content

Commit bdb589b

Browse files
committed
print message when server is restarted
1 parent b2b4c8a commit bdb589b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vueVolarSupport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default () => {
6464
.update(VOLAR_CONFIG_FILE_SETTING, extensionCtx.asAbsolutePath('./volarConfig.js'), vscode.ConfigurationTarget.Global)
6565
if (restartNeeded) {
6666
void vscode.commands.executeCommand('volar.action.restartServer')
67+
void vscode.window.showInformationMessage('Volar server restarted.')
6768
}
6869
})
6970
}

0 commit comments

Comments
 (0)