The eslint.nodePath
value in .vscode/settings.json
does not get updated
#424
Labels
type:bug
Creates internal bug with Git2Gus
Summary
The
eslint.nodePath
value in.vscode/settings.json
does not get updated with the highest local version ofeslint-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:
eslint.nodePath
.Expected result
The
eslint.nodePath
value should point to the highest local version ofeslint-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
The text was updated successfully, but these errors were encountered: