Modern Fortran extension - fortls in VS code

Hi,
I had installed Modern Fortran Extension for VS code in Ubuntu 24.04 LTS using
ext install fortran-lang.linter-gfortran
However it is unable to initialize fortls.
Installed fortls through pipx.

It’s not showing any features like - peek definition …
Any idea of whats wrong with my installation ?

1 Like

Please check the fortls path properly.
Fortran Fortls Path →
It should be /home/your_user_name/.local/bin/fortls

1 Like