-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
type:bugCreates internal bug with Git2GusCreates internal bug with Git2Gus
Description
Summary
The eslint.nodePath
value in .vscode/settings.json
does not get updated with the highest local version of eslint-tool
. This is for core workspaces in ui-foo-components projects.
Most likely this is because the merging logic of the settings.json
intentionally does not override existing values.
Steps To Reproduce:
- Do a full core build.
- Run the ESLint corecli command.
- Load VS Code with the root of the project at a specific project (e.g., ui-force-components).
- Check the value of
eslint.nodePath
.
Expected result
The eslint.nodePath
value should point to the highest local version of eslint-tool
on my local machine.
Actual result
The eslint.nodePath
is never updated once initially set.
Additional information
VS Code Version: 1.57.1
SFDX CLI Version:
OS and version: Mac 10.14.6
Metadata
Metadata
Assignees
Labels
type:bugCreates internal bug with Git2GusCreates internal bug with Git2Gus