Using eslint.nodePath
globally rather than locally, yet on every new window: The eslint.nodePath setting requires user confirmation. To do so execute the Select Node Path command.
#1203
Milestone
Hello, since the 2.1.17 version, whenever I open a new window in VSC, I get a notification with the message:
The eslint.nodePath setting requires user confirmation. To do so execute the Select Node Path command.
If I run
Select Node Path
on that window, then I no longer get the notification for that window. But for every new window, I still get the notification.How can I permanently disable this notification? It only started appearing in the 2.1.17 version of this extension, released recently.
I do have the
eslint.nodePath
setting set, which I assume is related.I notice in the changelog that it says this message should only appear if
eslint.nodePath
is defined locally in a workspace, but I'm using it in my global user settings in VSC.The text was updated successfully, but these errors were encountered: