You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
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.
Summary
The
eslint.nodePathvalue in.vscode/settings.jsondoes 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.jsonintentionally does not override existing values.Steps To Reproduce:
eslint.nodePath.Expected result
The
eslint.nodePathvalue should point to the highest local version ofeslint-toolon my local machine.Actual result
The
eslint.nodePathis never updated once initially set.Additional information
VS Code Version: 1.57.1
SFDX CLI Version:
OS and version: Mac 10.14.6