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

"Toggle between implementation and test" doesn't work in multi-root workspaces #1725

Closed
maxrothman opened this issue May 12, 2022 · 1 comment
Labels
bug Something isn't working regression Regression error

Comments

@maxrothman
Copy link
Contributor

maxrothman commented May 12, 2022

Steps to reproduce:

  • Open a multi-root workspace
  • Create a clojure file (at path <path-to-file>) in one of the workspaces (at path <workspace1>)
  • Run "toggle between implementation and test"

Expected behavior:
Calva asks if I want to create <workspace1>/test/<path-to-file>

Actual behavior:
Calva asks if I want to create <workspace2>/<workspace1>/test/<path-to-file>

@PEZ PEZ added bug Something isn't working regression Regression error labels May 12, 2022
@PEZ
Copy link
Collaborator

PEZ commented May 12, 2022

Thanks! I can reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Regression error
Projects
None yet
Development

No branches or pull requests

2 participants