You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using fortran-language-server with vscode. It creates .mod files in the sources directory for each modules. Usually, when building with makefile I create a different obj directory where I put all the .mod and .o files. can this be done with the fortls so that the main sources directory stays clean?
The text was updated successfully, but these errors were encountered:
Hi there, so fortls does not provide linting in VSCode, that is the job of the underlying Fortran extension, see extension requirements.
If you are using Modern Fortran you can do what mentioned in this issue fortran-lang/vscode-fortran-support#175
I'm using fortran-language-server with vscode. It creates
.mod
files in the sources directory for each modules. Usually, when building with makefile I create a differentobj
directory where I put all the.mod
and.o
files. can this be done with thefortls
so that the main sources directory stays clean?The text was updated successfully, but these errors were encountered: