nim-lang/langserver

textDocument/definition breaks after some time

yyoncho opened this issue · 0 comments

The following sequence breaks:

  1. Goto definition from isMinimal https://github.com/nim-lang/nimble/blob/master/src/nimblepkg/packageparser.nim#L141
  2. After that, go back to packageparser.nim again and execute goto definition again.

The issue is reproducible with nimlsp so most likely the issue is in nimsuggest