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
Hey,
I use cmake to build my project. I have several folders each with one or two modules. I receive "PROBLEMS" in vscode saying that the x modules are not found in the project. And I guess because of this I don't receive additional diagnosis regarding the use of subroutines and functions of those modules. Is there a solution for this already available that kind of interacts with cmake and understands the location of other modules?
Thanks
The text was updated successfully, but these errors were encountered:
All these options can be set via both the command line and/or a configuration file. The command line arguments can be set through the option "fortran.fortls.extraArgs"
Hey,
I use cmake to build my project. I have several folders each with one or two modules. I receive "PROBLEMS" in vscode saying that the x modules are not found in the project. And I guess because of this I don't receive additional diagnosis regarding the use of subroutines and functions of those modules. Is there a solution for this already available that kind of interacts with cmake and understands the location of other modules?
Thanks
The text was updated successfully, but these errors were encountered: