You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this :
"codeintel_scan_exclude_dir":["/build/", "/min/","/node_modules/","_doc","output","/^/"],
in javascript, but when I try to navigate to a symbol that is defined in multiple places, I get the wrong one (in an excluded path). A quick scan of the code seems to indicate that the setting is not used
and, while we are at it, what is the format expected here ? is it regular expression ? if yes,
does "/" signify the opening delimiter, or a "path" character ?
The text was updated successfully, but these errors were encountered:
Yep, it doesn't work. The same story as with the original :(
The whole thing is useless when it's cluttered with node, build, dist, and even other sub project directories ...
I tried this :
"codeintel_scan_exclude_dir":["/build/", "/min/","/node_modules/","_doc","output","/^/"],
in javascript, but when I try to navigate to a symbol that is defined in multiple places, I get the wrong one (in an excluded path). A quick scan of the code seems to indicate that the setting is not used
and, while we are at it, what is the format expected here ? is it regular expression ? if yes,
does "/" signify the opening delimiter, or a "path" character ?
The text was updated successfully, but these errors were encountered: