We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure what's wrong. The messages says to ensure that dprint is globally installed, but it is already.
dprint
The text was updated successfully, but these errors were encountered:
This is a common problem we've had in deno. Basically the environment of vscode is most likely different than the shell in the terminal window.
You can get around it by manually specifying a path in your user vscode settings:
"dprint.path": "/home/debian/.linuxbrew/bin/dprint"
Sorry, something went wrong.
No branches or pull requests
Not sure what's wrong. The messages says to ensure that
dprint
is globally installed, but it is already.The text was updated successfully, but these errors were encountered: