How to block a specific package from auto-suggestions for imports in Visual Studio Code
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
I ran
npm i <package_name> and now whenever I type i get auto suggestion to import from this package. I want to keep the package, but remove auto-suggestions just for this 1, is that possible?