You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have replicated the Issue in the latest Pre-Release
Description
I tested something and set some args for "Fortran › Fortls: Extra Args", then deleted it. There is an extra term in "setting.json".
That is, "fortran.fortls.extraArgs": [ "" ]
This will prevent fortls from starting. See the attached file.
Temp Solution:
ctrl+shift+p, "type open settings"
then choose both "Preference: open settings" and "Preference: open remote settings"
then delete
,
"fortran.fortls.extraArgs": [
""
]
NOTE: delete the extra "," due to json format.
Screenshots
Expected Behaviour
Start fortls normally
Version of Modern Fortran
v3.2.0
Version of Visual Studio Code
1.97.2
Platform and Architecture
windows or windows remote ssh to linux
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
I have tried the Pre-Release of the extension.
Description
I tested something and set some args for "Fortran › Fortls: Extra Args", then deleted it. There is an extra term in "setting.json".
That is,
"fortran.fortls.extraArgs": [ "" ]
This will prevent fortls from starting. See the attached file.
Temp Solution:
ctrl+shift+p, "type open settings"
then choose both "Preference: open settings" and "Preference: open remote settings"
then delete
NOTE: delete the extra "," due to json format.
Screenshots
Expected Behaviour
Start fortls normally
Version of Modern Fortran
v3.2.0
Version of Visual Studio Code
1.97.2
Platform and Architecture
windows or windows remote ssh to linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: