Open ivancuric opened 7 years ago
same here, in my case, I use a .eslintrc.js
, I've tried .json
, re-installed the Editor and everything else :P
there's any way to debug it?
I've removed my node_modules
again and installed via npm@5
and yarn@24.5
, and re-installed my prettier-eslint-code
plugin, and now, I can see this error in the VSCode console:
@ivancuric you see the same error? cc @lukaszmoroz @RobinMalfait
I have no idea why it suddenly stopped working. On that note, I might deprecated this extension because there are other extensions that do exactly the same as this extension.
@RobinMalfait Makes sense. No need to duplicate work. I like your icon better though. :-)
@oieduardorabelo I was able to track down the problem. You can get the details here.
Interesting, both plugins for me wasn't working...and, I think the problem is actually another one:
Before the latest update (node/VSCode) my ~/Library/Application Support/Code/User
folder was symlinked to my ~/.dotfiles/vscode/User
,
If I remove the symlink, everything works again (both plugins),
@GollyJer @RobinMalfait
Not sure what happened today, but prettier-eslint stopped inheriting rules from .eslintrc.js — everything worked fine yesterday. Reinstalling the extension didn't help, I had to put these two in manually in vscode's config:
Eslint still shows errors as usual (when single quotes get converted to double quotes, and missing trailing commas). This is my config file:
These are my deps:
Running vscode 1.12.2 Sorry for the vague "ehmagerd it no worky" issue.