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

Minor issue (maybe fixable in docs) - eslint.runtime user confirmation #1205

Closed
cweekly opened this issue Mar 15, 2021 · 1 comment
Closed
Milestone

Comments

@cweekly
Copy link

cweekly commented Mar 15, 2021

FTR, at least as of v2.1.18, the eslint.runtime value (in user settings, not workspace settings) requires user confirmation -- by choosing the one and only avlbl option in a dropdown (something like "use VSC built-in NodeJS"). The UX is weird, and wording's confusing, but in the end it all seems to work.

IOW, my settings.json's
"eslint.runtime": "/Users/cweekly/n/bin/node",
is the node runtime that I need, and after choosing the only option in the dropdown when prompted, it's what vscode-eslint is using.

The docs imply workspace settings (but not user settings) should trigger that UX.
But it's a very minor issue.
Filing in case it's helpful.

@dbaeumer
Copy link
Member

I fixed this in 2.1.19. You shouldn't see the prompt anymore since it is a user setting in the first place and you are in full control over the setting. Please ping if you still see the prompt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants