-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local Dprint in JS project doens't work #97
Comments
What version of the extension are you using? What operating system/architecture do you have? Does your node_modules folder have a dprint executable in it? What happens if you run |
Does it work with version 0.16.2? Do you think #92 broke it? Specifically https://github.com/dprint/dprint-vscode/pull/92/files#diff-cadc1bd035f997fef1cdf057f2016ed0cfeb8b602903fceacca2e3d2363b8c67R20 Are you on aarch64 windows or x86-64? |
If I downgrade to I'm on Windows, I agree with the reasoning for the change, however I assume there is a bug in copying or validating that it was copied. Probably needs some method for validating that the copying operation occurred 🤔 At first glance the code to copy seems pretty standard, perhaps the existing check is hitting an edge case? |
Version:
0.47.2
Dprint no longer appears to work in my project in VSCode, I do not want to globally install it, and expect it work work as part of the project itself (And expect it to work for anyone else that pulls the project). This does not seem to be the case :/
It's installed in the repo, but the extension does not pick it up. Similarly there is a
dprint.json
at the root of the repo.The text was updated successfully, but these errors were encountered: