VSCode only TypeScript Errors, nothing from Deno LSP
Hey, I've just restructured my pnpm workspace into a deno workspace. The Server and everything works already, but the vscode stuff isnt already.
I've run
>Deno: Initialize Workspace Configuration
and I have a .vscode/settings.json
, with this content:
If I uncomment the last line, I wont get the Typescript errors anymore-the problem is, i dont get any then.
The Output of the LSP also seems reasonable, so I'm not too sure what to do here:
3 Replies
"deno.enable": true
should have been enough, i don't use any of the others...Same here. Did you manually add the typescript.* configurations? Deno's "initialize workspace" doesn't do that for me. That seems to be the problem?
I’ve added that after initializing didn’t work