Replies: 1 comment 3 replies
-
|
Method |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had issues with the
directories-Option in VScode, i.e. thesource_dirsargument infortls. Reading into the code I cannot grasp what the intended behavior is. The documentation saysFrom my perspective this implies, that
fortlwill respect my choice ofsource_dirs, if specified at all. But looking into methodserve_initializein https://github.com/fortran-lang/fortls/blob/a23b93f0d21ecdf083230298cb0fd8b56f532021/fortls/langserver.py I see thatself.root_pathis added to the source list in any case. Is this a bug or am I misinterpreting the docs? Thanks a lot!Beta Was this translation helpful? Give feedback.
All reactions