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

LSP-ESLint: add new fields to lsp-eslint--configuration #4092

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

NdYAG
Copy link
Contributor

@NdYAG NdYAG commented Jul 7, 2023

More details can be found in this issue:
#4091

Currently the vscode-eslint has added some new configuration, including

• eslint.problems.shortenToSingleLine: (@SInCE 2.3.0) - Shortens the text spans of underlined problems to their first related line.
• eslint.experimental.useFlatConfig: (@SInCE 2.3.0) - Enables support of experimental Flat Config (aka eslint.config.js, supported by ESLint version 8.21 or later)
• eslint.timeBudget.onValidation (@SInCE 2.3.5) - controls the time budget that can be used for validation before a warning or an error is shown.
• eslint.timeBudget.onFixes (@SInCE 2.3.5) - controls the time budget that can be used to compute fixes before a warning or an error is shown.

See: https://github.com/microsoft/vscode-eslint/blob/main/README.md

This PR is to add some custom variables for the eslintServer so that it won't break.

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Jul 7, 2023
@NdYAG NdYAG force-pushed the feat/lsp-eslint-2.4-new-config branch from a421042 to 62e5d82 Compare July 7, 2023 15:41
@rajasegar
Copy link

when this will be merged

@yyoncho yyoncho merged commit ee58d9e into emacs-lsp:master Aug 9, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants