Commit c84e397
committed
Fix passing incl_suffixes as arguments
Passing `--incl_suffix` to fortls did not take any effect. Although the arguments were parsed correctly and set as attributes to the `LangServer` instance, they where never passed to `src_file_exts` and hence got ignored when iterating the root directory.1 parent c04d2ab commit c84e397
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments