-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request - disable Deno extension in Node.js projects #50
Comments
when i disable deno ,typescript will check out my code continue。i always get |
Until I Deno can coexist with Node projects in different instances of VSC running at the same time I can't use this extension. So I strongly support per-project use of Deno. |
@justjavac this prompt does the trick, but there are still some problems with formatting (see #57) |
The settings seem to be global -- how do I do it per project? |
@BobFrankston you can create {
"deno.enable": false
} In VSCode |
THanks. that makes it more useful |
Extension is disabled by default now. For other node compat issues refer to #314 |
As I understand it is only possible to disable Deno extension manually with
"deno.enable": false
in vscodesettings.json
. But I think it can be more comfortable if extension would automatically being disabled in projects that havepackage.json
file ornode_modules
folder inside.The text was updated successfully, but these errors were encountered: