How to setup pp_defs to ignore the file extension case #339
Replies: 1 comment 1 reply
-
which link are you referring to? if referring to VS Code's Modern Fortran install the pre-release. Links to fortls have been updated there |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The "Preprocessor: Suffixes" settings help text explains that:
"By default preprocessor definitions are parsed for all Fortran source files with uppercase extensions e.g. .F90, .F, .F08, etc.. However, the default behaviour can be overridden by defining pp_defs"
Sadly, the pp_defs help text links to a page that isn't found anymore. I tried to google for how to configure this, and found examples of some other keys to configure pp_devs like "HAVE_HDF5" and "MPI_Comm", but nothing related to how to change the behaviour to also parse lowercase extensions.
So, how should be pp_defs setup for this?
Beta Was this translation helpful? Give feedback.
All reactions