Closed lukaszmoroz closed 7 years ago
@lukaszmoroz Do you think you could publish a fork in the mean time? I could really use a working vscode extension for prettier eslint!
@RobinMalfait Thank you Robin! Will you be publishing it today?
@wbern latest version should be published :)
@RobinMalfait I'm getting this now, both with prettier-eslint
in package.json and without.
And sometimes as an Error instead:
Am I doing anything wrong? Tried removing the extension completely and installing it again.
I solved it by doing npm install
inside the extension directory $HOME\.vscode\extensions\RobinMalfait.prettier-eslint-vscode-0.7.2
.
Unfortunately it seems at first glance that my issue https://github.com/RobinMalfait/prettier-eslint-code/issues/27 is still relevant. :-(
@wbern what are the results when you use this package: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode because I'm deprecating this package.
@RobinMalfait It appears to be working. Thanks for the recommendation!
Also #18 It tries to find
prettier-eslint
relative to the edited file first.