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 69dddd5 commit c6c5850Copy full SHA for c6c5850
extensions/vscode/index.ts
@@ -77,7 +77,10 @@ export = defineExtension(() => {
77
return;
78
}
79
80
- watch(() => [config.server.path, config.server.includeLanguages], async () => {
+ watch(() => [
81
+ config.server.path,
82
+ config.server.includeLanguages,
83
+ ], async () => {
84
const reload = await vscode.window.showInformationMessage(
85
'Please restart extension host to apply the new server settings.',
86
'Restart Extension Host',
0 commit comments