-
Notifications
You must be signed in to change notification settings - Fork 340
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
Disable files highlight in explorer #1244
Comments
@senyaak what kind of highlighting are you referring to. Can you please provide steps about how to reproduce what you are seeing including what you are actually expecting. |
@dbaeumer For example I have some project. I open in in vscode and all files in the explorer are white. When I do some changes in file A.js, vcs(in my case git) make this files color in explorer green. If Eslint find some problems in the file - it makes A.js files color=rgb(248, 128, 112). I would supress the color changing so I can see all vcs changes. |
@dbaeumer Wrong, it is esling highlighting, which overwrite git highlighting. If I disable eslint, then I see only white + git green colors. When I enable eslint, I see white, green and the ESlint orange? |
It is because the file has errors in it. If you disable |
This is the issue, if I turn it off, the number of errors, which is placed right of the file name, will disappear too. Also it will supress other errors(for example TS errors) which I want to see. |
You can reconfigure rules using the |
How can I do that exactly? |
The readme in ESLint extension has an example how to use it. |
Didn't find any way to disable ESLint highlighting in explorer. Did I miss it, or it is just alway on?
The text was updated successfully, but these errors were encountered: