fortran-lang/vscode-fortran-support

bug: <title>fprettify with --case args does not work

adam-sim-dev opened this issue · 1 comments

Is there an existing issue for this?

  • I have searched the existing issues

I have tried the Pre-Release of the extension.

  • I have replicated the Issue in the latest Pre-Release

Description

Using the following setting on Windows with VS code 1.86.0 does not work, the Fortran source file will be empty.

"fortran.formatting.formatter": "fprettify",
"fortran.formatting.fprettifyArgs": [
"-i 2",
"--enable-decl",
"--case 2 2 2 2"

Screenshots

No response

Expected Behaviour

Should format the source file

Version of Modern Fortran

v3.2.0

Version of Visual Studio Code

v1.86.0

Platform and Architecture

Windows

Additional Information

No response

Duplicate of #1007