Closed
Description
First of all, thank you for creating and maintaining this extension.
I have to explicitly include directories with my mod files in settings.json, in my case like this:
"fortran.includePaths": [
"/home/certik/repos/hfsolver/src",
],
But my project has many subdirectories etc. I use cmake to manage it. Is there some better way to specify the paths for the linter? If not, is the intended usage that I will simply list all directories where one can find the .mod files my project specific settings for vscode?
Also, my project can be build both in tree and out of tree using cmake. In the out of tree build, the mod files will be at different location. Is there a solution to that?
Thanks for any tips.