webbower
VS Code integration is broken
Hello. I just opened up my laptop hoping to hack on a Deno project and I'm finding a similar error too. Things had been working fine last I worked on this a week ago. I have the latest VS Code, Deno extension, and upgraded from 1.46.3 -> 2.0.5 trying to debug. I have 1 VS Code window open which is a single folder workspace. When I run the "Restart Language Server" command, it shows a modal with the following message:
"Command 'Deno: Restart Language Server' resulted in an error
Internal error"
and the Debug Console for the Deno LS outputs:
14 replies
Globally import files for Deno subcommands
Oh interesting. I figured out a conceptually similar solution in my Fresh project to import it into main.ts. For my tests, I created a test entry point file which my deno test command runs and it explicitly imports all the test files after the bootstrapping import.
3 replies