allow making use of deno linter and formatter for nodejs project without using or applying deno specific errors
i only use deno as a linter and formatter for my nodejs project, but i don't want the extension to show any deno specific type errors, or import errors, or any deno specific errors.
I would also like this feature as we gradully transition the codebase to be compatible with Deno before the project team is comfortable swapping the runtime.
Me too. I love Deno, but let's face it, there are numerous scenarios that Deno doesn’t fit and the LSP is buggy all the time, especially for large projects. But the linter and formatter are still good, it would be a huge improvement if they can be turned on individually.
Hey guys, I just couldn't wait, so I built another VSCode extension instead (Thanks to the help of AI). Check it out:
https://marketplace.visualstudio.com/items?itemName=ayonli.deno-tools
This extension allows us to use Deno formatter and linter without the Deno LSP.