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

When rulePath is missing, error notification appears on every file edit #1206

Closed
andrewbranch opened this issue Mar 15, 2021 · 1 comment · Fixed by #1375
Closed

When rulePath is missing, error notification appears on every file edit #1206

andrewbranch opened this issue Mar 15, 2021 · 1 comment · Fixed by #1375
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities
Milestone

Comments

@andrewbranch
Copy link
Member

Every now and then, our custom ESLint rules directory goes missing for some reason, and fixing it would generally not be my absolute top priority that needs to interrupt everything else. Except, it is, because the extension makes it impossible to focus on anything else in VS Code until it’s taken care of:

Screen capture

Kapture 2021-03-15 at 09 48 15

@dbaeumer dbaeumer added feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities labels Mar 15, 2021
@dbaeumer
Copy link
Member

The reason for this is that the ESLint server has no idea about the severity of such an error. What we can do is to add a 'Ignore for this session' button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants