-
Notifications
You must be signed in to change notification settings - Fork 34
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
Format on save doesn't work #89
Comments
Since the version 0.9.5 there is the nREPL output channel (ctrl-` -> output -> nREPL) that shows any errors that come from nREPL. Could you try again and post the errors here? |
I've tried two configs to make this work:
My specs:
My user settings for both cases:
|
Is there any solution in the bug with saving on the second config? That "save dot" is annoying 🙄 |
I can't get the
formatOnSave
feature to work. I've enabled"clojureVSCode.formatOnSave": true
in user settings as well as in workspace settings. Explicitly callingClojure: Format file or selection
command works, so there's no problem with the actual formatter. However, nothing seems to happen on save, even the Developer Tool console is silent. I tried rebooting the computer and reinstalling the extension, but it made no difference.It would be awesome if you could help with this, thank you in advance!
My specs:
The text was updated successfully, but these errors were encountered: