spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
554 stars 102 forks source link

Doesn't jump to IDE code line anymore #874

Closed UVLabs closed 6 months ago

UVLabs commented 7 months ago

When you click the line number for the dump shown in Ray, it no longer jumps to the correct line and file inside VSCode. It just brings the VS code window to focus. I think this started happening in the recent VSCode update

RayL v2.7.5

VSCode:

Version: 1.84.2 (Universal) Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e Date: 2023-11-09T10:52:33.687Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin x64 21.6.0

bnzo commented 7 months ago

+1

jmslbam commented 6 months ago

Same, running 1.83.2 and it stopped working. Tested it with 1.83.1 and it worked

Version: 1.83.1
Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc
Date: 2023-10-10T23:57:32.750Z
Electron: 25.8.4
ElectronBuildId: 24154031
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 21.3.0

Not a clue how to debug this more for you, sorry. If I can test anything, please let me know.

jmslbam commented 6 months ago

Ok, saw there was a 1.83.5 version of VSCode and that one works. So hereby I think this ticket can be closed @UVLabs can you double check it by updating to the latest VSCode version.

Ciao!

UVLabs commented 6 months ago

Seems to be fixed now