You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
True this is an open issue, it's a variant of this generic #293.
When writing the debugger last year, it was not possible to provide custom actions for debug values, but there is a new API announced that we should take a look at, that would allow us to provide custom debug value viewers etc.
VS Code is automatically detecting a 'bare' URI inside of the rascal location. And in other places (like the terminal) VS code has an extension point for us to explain: no actually, that's a location and this is where it points to in the file etc. they've recently added this click feature to debugger values, so we should figure out if we can teach vs code about source locations.
(I'm allocating some time in the near future to figure out what's possible)
DavyLandman
changed the title
location links in debugger variable fail
VS Code is interpretting location links in debugger view incorrectly.
May 3, 2024
DavyLandman
changed the title
VS Code is interpretting location links in debugger view incorrectly.
VS Code is interpretting location in debugger view incorrectly.
May 3, 2024
Describe the bug
The location links in the debugger variable window fail to load the correct file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the file to open and highlight the correct location.
Screenshots
Stack traces
Literally copy stacktraces from the console, or from the Eclipse Error log here.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: