-
-
Notifications
You must be signed in to change notification settings - Fork 35
Disable automatic creation of .mod files #187
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
Comments
Hi, go to
It should work. |
Hey, thanks for this small hack. Unfortunately, the solution comes with the drawback of not getting any compiler errors displayed within vs code. It would therefore be great, if there would be another solution. |
@llamm-de, "fortran.linterExtraArgs": [
"-J/dev/null"
] By setting this to Although for best use of the linter, you shoud set the |
@llamm-de did that solve your problem? If so are you happy with closing the issue? |
I suspect this issue has been resolved, so I will be closing it. Feel free to reopen if you are still having problems. |
It seems like the app provides some functionality, which automatically creates .mod files as soon as one opens a module source file.
This can get really annoying if you are working on a large project with lots of modules, which are not supposed to live within the same directory as the source files (e.g. by using CMake's Fortran_MODULE_DIRECTORY flag).
Is there a way to turn this automatic creation off? If not, I would like to suggest to implement such a feature.
Thank's for your help.
The text was updated successfully, but these errors were encountered: