We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VSCode is automatically changing the source.fixAll.eslint settings in the .vscode/settings.json from true to "explicit"
source.fixAll.eslint
true
"explicit"
readme.md should be updated with new VSCode specs.
Source: https://code.visualstudio.com/updates/v1_83#_code-actions-on-save-and-auto-save
The text was updated successfully, but these errors were encountered:
Fixes #1750: Update Readme to reflect new vscode specs
2542499
Fixes #1750: Update Readme to reflect new vscode specs (#1751)
c36d49b
Don't use deprecated eslint settings
eb5d7e2
"explicit" is the replacement for the deprecated true option. microsoft/vscode-eslint#1750 https://code.visualstudio.com/updates/v1_83#_code-actions-on-save-and-auto-save
Successfully merging a pull request may close this issue.
VSCode is automatically changing the
source.fixAll.eslint
settings in the .vscode/settings.json fromtrue
to"explicit"
readme.md should be updated with new VSCode specs.
Source: https://code.visualstudio.com/updates/v1_83#_code-actions-on-save-and-auto-save
The text was updated successfully, but these errors were encountered: