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

Feature: Ignore by path #18

Open
kankaristo opened this issue Jul 14, 2018 · 2 comments
Open

Feature: Ignore by path #18

kankaristo opened this issue Jul 14, 2018 · 2 comments

Comments

@kankaristo
Copy link

Thanks for a great extension! This was one of the final things I was missing when moving from Atom to VSCode.

One feature I'd still like to see is to be able to ignore files based on their path. So, something similar to trailing-spaces.syntaxIgnore, but for file paths (a regex would be fantastic).

I'd like to highlight and "trim on save" for all of my own code, but if I'm modifying thirdparty code, I want to keep changes to a minimum.

So, if the file path has a match with the regex (thirdparty|dependencies), trimming would be turned off. Ideally. I'd like to keep highlighting on, but a simple "disable everything" toggle would work too.

@gggin
Copy link

gggin commented Apr 8, 2019

maybe a regex matcher for whole file path, so everyone can slove their own problems.

@Wastus
Copy link

Wastus commented Feb 19, 2021

The only missing bit for everything working without issues.

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

No branches or pull requests

4 participants