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

Run on cargo packages nested in workspace root #135

Open
Alecton4 opened this issue Sep 15, 2023 · 2 comments
Open

Run on cargo packages nested in workspace root #135

Alecton4 opened this issue Sep 15, 2023 · 2 comments

Comments

@Alecton4
Copy link

Requested feature: Run on cargo packages nested in workspace root

Use case: Currently the extension won't run on a multi-root workspace (open workspace) structured like this:

workspace_root-1
├── cargo_package-1
│   └── cargo.toml
├── cargo_package-2
│   └── cargo.toml
└── cargo_package-3
    └── cargo.toml
workspace_root-2

Also won't work on a single-root workspace (open folder) structured like this:

(opened folder)
├── cargo_package-1
│   └── cargo.toml
├── cargo_package-2
│   └── cargo.toml
└── cargo_package-3
    └── cargo.toml

Link to relevant documentation (Rust reference, Nomicon, RFC): N/A

Test case:

N/A
@jaisnan
Copy link
Contributor

jaisnan commented Sep 18, 2023

Thanks for the feature request @Alecton4! The extension requires a focused VS Code workspace on a single cargo package currently as you've pointed out. The documentation isn't clear about this, so I shall add that to our troubleshooting guide. Thanks for the request once again!

@jsalzbergedu
Copy link

Building off this, the extension in my case did not allow a nested workspace to run tests/concrete playback on kani proof harnesses.

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