fortran-lang/vscode-fortran-support

vscode fortls error

Lucas-Morais-Freire opened this issue · 1 comments

When I install the "Modern Fortran" extension it asks me to install fortls and after I click "install" this popup appears:

Modern Fortran Error starting fortls: Check that fortls is in your PATH or that "fortran.fortls.path" is pointing to a fortls binary.

I have checked and the path is:

C:\Users\lucas\AppData\Roaming\Python\Python311\site-packages\fortls

which seems fine to me. Any possible reasons why its not working?

Hi, have you checked the log output?

I have a similar problem, the log shows that it may be caused by the project being too large and exceeding the number of iterations. Some info here fortran-lang/fortls#312.