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
If I simple do right click + "go to Implementations" within VsCode on mod(5,2) I get the following error
No .fortls file or changed settings (maybe I did something wrong without noticing but as far as I know I did not change anything)
program myprogram
implicit noneinteger:: i
i =mod(5,2)
end program myprogram
[INFO - 16:02:21] fortls - Fortran Language Server 2.2.5 Initialized
[Error - 4:03:37 PM] Request textDocument/implementation failed.
Message: 'NoneType' object has no attribute 'get_type'
Code: -32603
[object Object]
The text was updated successfully, but these errors were encountered:
If I simple do right click + "go to Implementations" within VsCode on mod(5,2) I get the following error
No .fortls file or changed settings (maybe I did something wrong without noticing but as far as I know I did not change anything)
The text was updated successfully, but these errors were encountered: