Debug test in visual studio & deno.jsonc
Hi,
I want to debug a test in Visual studio (on Mac). Test can't launch because I use a deno.jsonc with comment inside (live
// a comment
)
How can I manage this issue ? Where can I modify the command line to remove in addition the warning ?
Thanks
3 Replies
That is something that should work as it's perfectly normal to have a
deno.jsonc
file. Can you file an issue with that here? That way the team will be aware and can fix it https://github.com/denoland/deno/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=GitHub
Debug test in Visual Studio Code & deno.jsonc · Issue #23975 · deno...
Version: Deno 1.43.6 Deno for Visual Studio Code : 3.37.1 Mac Os: 14.4.1 (23E224) Debug test can't launch because I use a deno.jsonc with comment inside (ex : // a comment). It works when I del...
sweet thanks 👍