fortran-lang / vscode-fortran-support

Fortran language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran
MIT License
206 stars 30 forks source link

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

Closed adam-sim-dev closed 7 months ago

adam-sim-dev commented 7 months ago

Is there an existing issue for this?

I have tried the Pre-Release of the extension.

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

gnikit commented 7 months ago

Duplicate of https://github.com/fortran-lang/vscode-fortran-support/issues/1007