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

[feat] eslint.lintTask.command: string #1827

Open
loynoir opened this issue Apr 10, 2024 · 0 comments
Open

[feat] eslint.lintTask.command: string #1827

loynoir opened this issue Apr 10, 2024 · 0 comments
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities
Milestone

Comments

@loynoir
Copy link

loynoir commented Apr 10, 2024

https://github.com/microsoft/vscode-eslint/blob/main/client/src/tasks.ts#L43-L56

https://github.com/microsoft/vscode-eslint/blob/main/client/src/node-utils.ts#L56-L65

Seems like there is no option to configure eslint lint task executable path.

For example, when using yarn@4.1.1, there is no node_modules.

Would be nice to have option to configure task command prefix array

"eslint.lintTask.command": "env FOO=BAR corepack yarn eslint",
@loynoir loynoir changed the title [feat] eslint.lintTask.command: string[] [feat] eslint.lintTask.command: string | string[] Apr 10, 2024
@loynoir loynoir changed the title [feat] eslint.lintTask.command: string | string[] [feat] eslint.lintTask.command: string Apr 10, 2024
@dbaeumer dbaeumer added the feature-request Request for new features or functionality label Apr 11, 2024
@dbaeumer dbaeumer added this to the Backlog milestone Apr 11, 2024
@dbaeumer dbaeumer added the help wanted Issues identified as good community contribution opportunities label Apr 11, 2024
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

No branches or pull requests

2 participants