Deno + Vite + VS Code
I'm attempting to debug an error that is happening with my configuration. Right now I'm looking to use Deno as the package manager, linter, and then Vite as the bundler / tester. However, I can't seem to get the debug session working to troubleshoot the error.
I'm using the default extension generated command, but its hanging when trying to start the Vite application. It looks like its starting, but doesn't hit any breakpoints.
I'm using the default extension generated command, but its hanging when trying to start the Vite application. It looks like its starting, but doesn't hit any breakpoints.
