Skip to content
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

codeintel_scan_exclude_dir does not seem to work #49

Open
mikecar opened this issue Apr 12, 2016 · 1 comment
Open

codeintel_scan_exclude_dir does not seem to work #49

mikecar opened this issue Apr 12, 2016 · 1 comment

Comments

@mikecar
Copy link

mikecar commented Apr 12, 2016

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 ?

@op1ekun
Copy link

op1ekun commented Jan 15, 2017

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants