alefragnani / vscode-language-pascal

Pascal language extension for Visual Studio Code
MIT License
222 stars 47 forks source link

[BUG] - Find References is not working #68

Closed alefragnani closed 4 years ago

alefragnani commented 4 years ago

Environment/version

Steps to reproduce

  1. Locate any method/function which has references on the source
  2. Use Find References command
  3. Instead of displaying the references in Peek view (or similar) the extension shows an error talking about missing file, with a number in its path

The number refers to the line where the reference is located, and has no relation to the file itself.