1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Prevent Language Server from crashing

This commit is contained in:
toast-ts 2024-05-28 10:57:15 +10:00
parent dfadb08cce
commit ed54dc32e7

View File

@ -4,5 +4,6 @@
"**/.pnp.*": true "**/.pnp.*": true
}, },
"typescript.tsdk": ".yarn/sdks/typescript/lib", "typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true "typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsserver.experimental.useVsCodeWatcher": false
} }