-
Description So how can I make the fortls actually work and enjoy it on my PC's VS code? Or how to make my PC's VS code installed in Win11 loacte fortls installed in the linux? Best Regards! Version of Modern Fortran Version of Visual Studio Code Platform and Architecture |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
With VS Code's SSH extensions what you end up doing is install a copy of vscode and all the extensions you are using in your remote machine and your local machine simply connects to that. So to get |
Beta Was this translation helpful? Give feedback.
With VS Code's SSH extensions what you end up doing is install a copy of vscode and all the extensions you are using in your remote machine and your local machine simply connects to that. So to get
fortls
on your remote machine you actually need to install it in your remote machine withpip
, see the Docs: https://gnikit.github.io/fortls/quickstart.html#download. Assuming that your windows machine has the pip install location to its PATH you should be good to go, else you need to set the"fortran.fortls.path": "fortls"
setting to the absolute path tofortls
.