Skip to content

Terminal file links not working for relative paths with ./ prefix #250107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zhristophe opened this issue May 30, 2025 · 0 comments
Open

Terminal file links not working for relative paths with ./ prefix #250107

zhristophe opened this issue May 30, 2025 · 0 comments
Assignees

Comments

@zhristophe
Copy link

zhristophe commented May 30, 2025

Does this issue occur when all extensions are disabled?: Must connect to remote Linux server

  • VS Code Version:
    Version: 1.100.2 (user setup)
    Commit: 848b80a
    Date: 2025-05-14T21:47:40.416Z
    Electron: 34.5.1
    ElectronBuildId: 11369351
    Chromium: 132.0.6834.210
    Node.js: 20.19.0
    V8: 13.2.152.41-electron.0
    OS: Windows_NT x64 10.0.26100

Steps to Reproduce:

  1. Connect to remote Linux server
  2. cd /app
  3. cargo new simple
  4. code simple
  5. Trigger a Rust panic with Err
  6. Click ./src/xx.rs:yy:zz in the backtrace
  7. VSCode shows search dialog with "no matching results"

Note: This issue does not occur when editing local (windows) projects.
Note: If i delete the ./, VSCode can navigate correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants