Trouble updating fortls #128
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
One way of restarting is to close and relaunch VS Code. The new way is pressing As for the difference in version, I suspect that it might be because VS Code has not restarted yet. Another explanation could be that you have installed fortls in 2 different locations, you can get the location of fortls and check if it is the same that is being used in VS Code. FYI the autoupdate is from |
Beta Was this translation helpful? Give feedback.
One way of restarting is to close and relaunch VS Code. The new way is pressing
Ctrl
+Shift
+P
to bring up the command pallet. if you start typingFortran
an option should pop up that says,Fortran: Restart the Fortran Language Server
.As for the difference in version, I suspect that it might be because VS Code has not restarted yet. Another explanation could be that you have installed fortls in 2 different locations, you can get the location of fortls and check if it is the same that is being used in VS Code.
FYI the autoupdate is from
fortls
itself not VS Code. Make sure you have an internet connection and allow for the install process to complete. You can check the progress of pip instal…