Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifing different object directory other than the source directory for the object file and .mod file #193

Closed
Koushikphy opened this issue Mar 17, 2021 · 2 comments

Comments

@Koushikphy
Copy link

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?

@gnikit
Copy link

gnikit commented Mar 17, 2021

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

@Koushikphy
Copy link
Author

ok. thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants