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

Translate docker paths when cider-docker-translations alist is set #2606

Merged
merged 1 commit into from
Oct 6, 2019

Commits on Oct 5, 2019

  1. Translate paths when cider-path-translations alist is set

    If you connect to a running docker image, often the source is mounted
    in the docker image. This breaks navigation as rather than navigating
    to "/home/me/projects/foo/src/ns.clj" it believes the file is
    "/src/ns.clj". This allows rewriting of these prefixes so the
    locations can map back to the local filesystem.
    dpsutton authored and dan sutton committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    dec2f8d View commit details
    Browse the repository at this point in the history