Skip to content
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

fix(trim-paths): remap common prefix only #13210

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Commits on Dec 26, 2023

  1. fix(trim-paths): remap common prefix only

    New remap rules for git/registry dependencies:
    
    * Git dependencies: remove ~/.cargo/git/checkouts prefix.
    * Registry dependencies: remove ~/.cargo/registry/src prefix.
    
    This make the remap rules fixed to a finite number,
    minimizing the burden for users to configure debuggers.
    weihanglo committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6e9cf85 View commit details
    Browse the repository at this point in the history