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
The documentation tells us (currently i'm at 1.0.6 of the vscode-eslint extension)
"The extension uses the ESLint library installed in the opened workspace folder. If the folder doesn't provide one the extension looks for a global install version."
No, it shouldn't. The extension is not coupled to the terminal. You can enable tracing to see what module will be resolved. Set the setting "eslint.trace.server": "messages". This should print the resolve module path in the ESLint Output panel. If it resolves the wrong one please let me know.
The documentation tells us (currently i'm at 1.0.6 of the vscode-eslint extension)
"The extension uses the ESLint library installed in the opened workspace folder. If the folder doesn't provide one the extension looks for a global install version."
but I notice the following behavour:
ESLINT not globally installed on my pc
npm list
in the project folder:package.json
In Visual Studio Code's internal terminal window, execute:
this leads me to believe, the exposed eslint version prefers the dependency of a dependency over the one specified as root dependency.
The text was updated successfully, but these errors were encountered: