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

Can't exclude folders using a separator #701

Open
Enchiridion opened this issue Jan 9, 2020 · 0 comments
Open

Can't exclude folders using a separator #701

Enchiridion opened this issue Jan 9, 2020 · 0 comments

Comments

@Enchiridion
Copy link

I'm trying to exclude some folders from being scanned for PHP, but I can only get it work for single folder names like vendor, if I only wanted a sub-folder excluded like vendor/google it doesn't work.

I'm using Windows, so I figured it might just be a slash escape problem, but nothing I've tried works /vendor/google, vendor\\google, /c/full/path/vendor/google, C:\\full\\path\\vendor\\google, C:/full/path/vendor/google, etc. Globs don't work either.

I know my paths aren't working because I keep seeing this error in the log:

codeintel-message: This buffer is configured with 873 PHP import dirs: this may result in poor completion performance:

Anyone have a working example?

I'm using the latest version off master with python3 and ST3 3208.

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

1 participant