-
-
Notifications
You must be signed in to change notification settings - Fork 443
How to turn off or configure snippet import #4588
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Don't include |
Looking at the name is to prohibit package checking, does that mean there is some other effect besides not importing code snippets? Can you list them? |
Can you share a reproduction repo? |
https://github.com/laterdayi/tests Thank you for your help, after running in vue or js file, enter cl will appear node_Modules code snippet |
I think the type is not exposed (e.g. not listed in import { ci } from 'node_modules/@fullcalendar/core/internal-common' The behavior here is correct because it can ONLY be imported this way. |
I didn't have this feature before, but in many cases I don't need to import node_modules. Is there a way to disable it |
I don't use vscode but you can check this comment: microsoft/TypeScript#35395 (comment) |
thank you |
Uh oh!
There was an error while loading. Please reload this page.
What problem does this feature solve?
How to turn off or configure snippet import
I currently have a global snippet, but the plugin will import some node_modules snippets, can I configure or cancel it?
What does the proposed solution look like?
I currently have a global snippet, but the plugin will import some node_modules snippets, can I configure or cancel it?
The text was updated successfully, but these errors were encountered: