vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

allow making use of deno linter and formatter for nodejs project without using or applying deno specific errors

Open barziahmed opened this issue 11 months ago • 3 comments

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.

barziahmed avatar Jan 11 '25 14:01 barziahmed

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.

vicary avatar Jan 14 '25 03:01 vicary

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.

ayonli avatar Nov 02 '25 12:11 ayonli

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.

ayonli avatar Nov 05 '25 15:11 ayonli