Conversation
a7e232e to
197e1c7
Compare
These need to be unambiguously ignorable so paths like `target`, `build`, `cache`, etc… should not go here
d9b63e5 to
0933d82
Compare
RobinMalfait
left a comment
There was a problem hiding this comment.
Looks good!
To we want to somehow take the @source information into account in case you do want to enable intellisense in one of these folders?
I'm thinking of the Laravel folks that use vendor (we are not excluding vendor in this case so not an issue for them. Just thinking out loud here)
For now, I'm thinking not. This list shouldn't ever contain things like This not only affects whether or not files can show hovers/completions/diagnostics but also the discovery of CSS files in the first place. |
IntelliSense, by default, ignores files for:
.git,.hg,.svn)node_modules)I'm adding three more groups to this:
.venv,venv).yarn).next,.turbo,.parcel-cache,__pycache__)Discovered that we should update these when triaging #1312 (that one was specifically about python virtual envs)