Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request textDocument/implementation failed. #80

Closed
mdeberts opened this issue Mar 9, 2022 · 1 comment
Closed

Request textDocument/implementation failed. #80

mdeberts opened this issue Mar 9, 2022 · 1 comment
Milestone

Comments

@mdeberts
Copy link

mdeberts commented Mar 9, 2022

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 none
   integer :: 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]
@gnikit gnikit added this to the 2.2.8 milestone Mar 10, 2022
@gnikit gnikit removed this from the 2.2.8 milestone Mar 25, 2022
gnikit added a commit that referenced this issue Mar 25, 2022
Closes Request textDocument/implementation failed. #80
@gnikit gnikit added this to the 2.2.10 milestone Mar 25, 2022
@gnikit
Copy link
Member

gnikit commented Mar 25, 2022

Fixed in v2.2.10

@gnikit gnikit closed this as completed Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants