hansec / vscode-fortran-ls

Fortran IntelliSense for Visual Studio Code
MIT License
37 stars 7 forks source link

BUG: fortls 1.11.0 breaks hovering support #20

Closed gnikit closed 4 years ago

gnikit commented 4 years ago

I think that fortls release 1.11.0 which added some stuff with regards to hover has caused the vscode package to break.

Hover reads: [object Object]

I think this extension in general might need to be brought up to speed with the latest version of fortls since some of the newer options might not have been included.

hansec commented 4 years ago

Thanks for the report! Sorry about that. I have identified the problem and will be pushing a patch release to fix this shortly. See fortls issue #159 for more information.

gnikit commented 4 years ago

Thanks for the report! Sorry about that. I have identified the problem and will be pushing a patch release to fix this shortly. See fortls issue #159 for more information.

Awesome! Thanks a lot for the quick fix.