-
Notifications
You must be signed in to change notification settings - Fork 85
Causes all files in node_modules to be linted #64
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
Comments
I found the same thing. Is this extension supposed to lint all my CSS as well? Even in the node_modules folder? |
An option to exclude paths from showing problems would be nice. I may want intellisense from vendor folders, but I don't care about the problems it finds in there, they are not for me to fix. |
My VS code freezes and crashes with this extension. I'm quite sure this issue problem is related to it. I starts looking for css classes and crashes. |
VS Code also freezes for me caused by this extension |
I am having the same issue. How can we exclude folders? |
my vs code crash too! all node_modules css files lint and cause 99 warns and 99 errors. |
i just excluded
|
The following prevents User settings
This said, I still think the extention should ignore |
Excluding the node_modules also prevents it from showing up in vscode entirely...what if I want to browse it from time to time? An option to exclude path from the plugin is necessary imho |
+1 For me the |
The recently released version adds a feature that is supposed to solve this issue. |
I hoped for that but I'm not sure it works. My project is very small, the |
Recently I've noticed that I'm getting a lot of items under the Problems tab in VS Code. All of the files are in
node_modules
.Disabling all extensions eliminates these items, and enabling "IntelliSense for CSS class names" causes the items to reappear. Enabling all extensions except "IntelliSense for CSS" once again eliminates these items.
Is this the intended behavior?
The text was updated successfully, but these errors were encountered: