Skip to content

Commit c6c5850

Browse files
committed
Update index.ts
1 parent 69dddd5 commit c6c5850

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extensions/vscode/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ export = defineExtension(() => {
7777
return;
7878
}
7979

80-
watch(() => [config.server.path, config.server.includeLanguages], async () => {
80+
watch(() => [
81+
config.server.path,
82+
config.server.includeLanguages,
83+
], async () => {
8184
const reload = await vscode.window.showInformationMessage(
8285
'Please restart extension host to apply the new server settings.',
8386
'Restart Extension Host',

0 commit comments

Comments
 (0)