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
The integrated terminal file link works for absolute path (e.g.: /usr/x/proj/_snapshot/snapshot-1.png),
and relative files that are not ignored (e.g.: src/index.ts).
But if the file/folder is gitignored (e.g.: ./_snapshot/snapshot-1.png while _snapshot is ignored in .gitignore),
it doesn't work (clicking on shows No matching results)
Is this screenshot, the Expected: __vis__/local/client/expect/to_match_image_snapshot.spec.tsx/fails-when-the-image-is-different-beyond-failure-threshold-in-pixels.png is clicked:
You can see on the right side the file is there (and is opened).
If I commented out **/__vis__/local in the .gitignore, it works:
Does this issue occur when all extensions are disabled?: Yes
Version: 1.96.2 (user setup)
Commit: fabdb6a
Date: 2024-12-19T10:22:47.216Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22631
Steps to Reproduce:
The integrated terminal file link works for absolute path (e.g.:
/usr/x/proj/_snapshot/snapshot-1.png
),and relative files that are not ignored (e.g.:
src/index.ts
).But if the file/folder is gitignored (e.g.:
./_snapshot/snapshot-1.png
while_snapshot
is ignored in.gitignore
),it doesn't work (clicking on shows
No matching results
)Originally asked in: https://discord.com/channels/470167643710816277/1320179380315623494/1320179380315623494
The text was updated successfully, but these errors were encountered: