mvbasic icon indicating copy to clipboard operation
mvbasic copied to clipboard

[BUG] Right Click -> Go to Definition & Peek Definition not working properly

Open chiavegato75 opened this issue 5 years ago • 1 comments

When using remote SSH plugin in visual studio code and right click+CTRL to peek and see definition the mvbasic extension is not able to resolve the correct path for the peeked file and errors out.

Steps to reproduce the behavior:

  1. Open remote SSH
  2. Open BASIC program using mvbasic extension
  3. Open file that has references to other BASIC programs (CALL). Those programs need to be on a different folder then the one we just opened
  4. Try to use right click+CTRL to peek or open definition (nothing shows us or error trying to open incorrect files appears)

Expected behavior referenced BASIC programs shows definition or opens up normally

Versions of applicable software

  • Remote SSH - 0.46.1
  • Visual Studio Code - 1.38.1
  • mvbasic - 2.0.1

chiavegato75 avatar Sep 30 '19 22:09 chiavegato75