fortran-lang/vscode-fortran-support

bug: line length default args not overridable by extraArgs

gnikit opened this issue · 0 comments

Is there an existing issue for this?

  • I have searched the existing issues

Description

Specifying -ffree-line-length-X and -ffixed-line-length-X as linter.extraArgs gets overridden by the default behaviour of fortls

Screenshots

No response

Expected Behaviour

options specified in extraArgs take precedence over any other default or internal option.

Version of Modern Fortran

v3.4.2023053001

Version of Visual Studio Code

v1.80.0-insiders

Platform and Architecture

All

Additional Information

No response