Formatter not found: why it does not work #1202
Answered
by
gnikit
yananyin
asked this question in
Q&A - deprecated see Fortran Discourse
-
ls -l /home/yin/.local/bin/fprettify
-rwxr-xr-x 1 yin yin 225 Apr 22 15:05 /home/yin/.local/bin/fprettify
Formatter located in: /home/yin/.local/bin/fprettify
Formatter: fprettify not detected in your system.
Attempting to install now. |
Beta Was this translation helpful? Give feedback.
Answered by
gnikit
Apr 22, 2025
Replies: 1 comment 6 replies
-
what settings are you using? my guess is that the formatter is detected but then overridden by your local settings. Also supply the extension version and vscode version please. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you just need to do:
"fortran.formatting.path": "/home/yin/.local/bin"
, and the formatter's name will be appended internally.