Reputation: 23
I installed Nodejs & npm
and made a little script.
The problem I'm having now, is that I'm getting auto-complete options for Nodejs imports even when I don't want nodejs
to kick in.
Is there a way to disable these autocomplete options for projects where I'm not planning on using Nodejs/npm libraries?
For example: I write "console", VSCode gives me the option to add const Console = require("console")
Another example: I write "cons", VSCode gives me way more autocomplete options for other imports(/requires) that I don't care about right now...
Upvotes: 1
Views: 87