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
VS Code has started trying to open links to eslint rule failure descriptions related to my code in my browser since it (VS Code) last updated.
Each time my code builds with eslint errors, I receive a dialog with "Do you want Code to open the external website?" with links to eslint issues, like https://eslint.org/docs/rules/quotes.
Is there anything about the extension that would cause this? It did start after VS Code updated on restart earlier today.
EDIT: Just for fun, I uninstalled and reinstalled, and now it's shoving in line-specific fixes when I save and then trying to open the URL.
For example, I'm now getting // eslint-disable-next-line no-console inserted above each console.log I add in a file on save. It's never done this before, and I would ob prefer it didn't now.
Hopefully I just have a wacky setting, but I haven't changed anything since it was working without all this mess.
... which seems to have stopped the browser opening [though it sounds like the external browser opening still wasn't what the extension expected].
I can't get the auto disables to stop though. I don't want problems or all for eslint.codeActionsOnSave.mode", I don't think. I want none so I can do it manually.
@ruffin-- do you have a repository I can clone that demos this. I was not able yet to reproduce. I think I have a fix in master but without being able to reproduce I am not sure :-).
VS Code has started trying to open links to eslint rule failure descriptions related to my code in my browser since it (VS Code) last updated.
Each time my code builds with eslint errors, I receive a dialog with "Do you want Code to open the external website?" with links to eslint issues, like
https://eslint.org/docs/rules/quotes
.Is there anything about the extension that would cause this? It did start after VS Code updated on restart earlier today.
Here's my VS Code info:
v2.1.3 for this extension.
EDIT: Just for fun, I uninstalled and reinstalled, and now it's shoving in line-specific fixes when I save and then trying to open the URL.
For example, I'm now getting
// eslint-disable-next-line no-console
inserted above eachconsole.log
I add in a file on save. It's never done this before, and I would ob prefer it didn't now.Hopefully I just have a wacky setting, but I haven't changed anything since it was working without all this mess.
Changed settings to have
... which seems to have stopped the browser opening [though it sounds like the external browser opening still wasn't what the extension expected].
I can't get the auto disables to stop though. I don't wantproblems
orall
foreslint.codeActionsOnSave.mode"
, I don't think. I want none so I can do it manually.And adding this...
... seems to fix the auto-correct, but, um, why did this just start happening? I'm curious if the settings migration screwed something up recently.
I do have prettier installed as well.
The text was updated successfully, but these errors were encountered: