You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am willing to submit a pull request for this issue.
Additional comments
The same thing happens, when the config is provided via a *.json file and there's a trailing comma at the last line. Incorrectly formatted *.json breaks the server and the restart does not seem to work event after the issue is fixed.
The text was updated successfully, but these errors were encountered:
Environment
Node version: 20.12.2
npm version: 10.5.2
Local ESLint version: 9.5.0
VSCode extension version: 2.4.4
Global ESLint version: none
VSCode version: 1.90.1
Operating System: macOS Sonoma 14.5 (23F79)
What parser are you using?
Default (Espree)
What did you do?
Configuration
Steps to Reproduce
ignore
instead ofignores
) and hit saveWhat did you expect to happen?
The ESLint plugin to restart and work correctly.
What actually happened?
After the restart, the ESLint server exits.
The developer has to reload VSCode to get it working again.
Link to Minimal Reproducible Example
https://github.com/ppseprus/vscode-eslint-bug
Participation
Additional comments
The same thing happens, when the config is provided via a
*.json
file and there's a trailing comma at the last line. Incorrectly formatted*.json
breaks the server and the restart does not seem to work event after the issue is fixed.The text was updated successfully, but these errors were encountered: