-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
bugSomething isn't workingSomething isn't workinglsp/hoverIssues related with hovering requestsIssues related with hovering requests
Description
When I use the Modern Fortran plugin in VSCode and hover hi in this little piece of code:
program main
implicit none
associate (hi => say_hi())
if (hi) print *, 'Bye'
end associate
contains
logical function say_hi()
print *, 'Hi'
say_hi = .true.
end
end programI get this error message:
The program, however, runs normally and prints:
Hi
ByeSpecs
- macOS Ventura
13.2.1, M1 - Visual Studio Code
1.76.2 - Modern Fortran
v3.2.0, but the same is observed on the pre-release versionv3.4.2023030801 - fortls
2.13.0, installed via Homebrew - Python
3.11.2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglsp/hoverIssues related with hovering requestsIssues related with hovering requests
