-
Hi Mr. Nikiteas, I was trying to add the support of suffix
I searched this error and found it is related to the difference between Unix and Dos, but I tried this on Ubuntu 20.04 in bash environment. And I cannot config correctly on Windows platform as well. On Windows, it just does not print anything no matter how many Enters I hitted. Any suggestions please? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The way that you use In your code editor e.g. VS Code, you will need to add |
Beta Was this translation helpful? Give feedback.
The way that you use
fortls
is through your editor. You do not spawnfortls
yourself from a terminal. The first time you press enter it basically starts the Fortran Language Server but no code editor is listening so nothing happens. When you press Enter the second time you basically interfere with the already spawned server and it causes it to malfunction.In your code editor e.g. VS Code, you will need to add
.cuf
as an extension to the server