Skip to content

Commit b362e9b

Browse files
committed
Enable "typescript.experimental.useSeparateSyntaxServer" for VS Code workspace
1 parent 87b8402 commit b362e9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
"git.ignoreLimitWarning": true,
6060
"remote.extensionKind": {
6161
"msjsdiag.debugger-for-chrome": "workspace"
62-
}
62+
},
63+
"typescript.experimental.useSeparateSyntaxServer": true
6364
}

0 commit comments

Comments
 (0)