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

Setup repository to use Rust dev container #84

Closed
alilleybrinker opened this issue Dec 28, 2023 · 2 comments
Closed

Setup repository to use Rust dev container #84

alilleybrinker opened this issue Dec 28, 2023 · 2 comments
Labels
good first issue Good for newcomers type: feature New feature or request

Comments

@alilleybrinker
Copy link
Member

Right now if you launch a GitHub Codespace for this repo, you get the general default dev container, which doesn't include a Rust toolchain. This is a little inconvenient, and it would be nice to be able to launch a Rust stable container for doing dev work in Codespaces. I'm not super familiar with Codespaces configuration, so if anyone else is interested in tackling this, it would be helpful!

@alilleybrinker alilleybrinker added type: feature New feature or request good first issue Good for newcomers labels Dec 28, 2023
@alilleybrinker
Copy link
Member Author

The container should also have cbindgen

@alilleybrinker
Copy link
Member Author

Done! Fixed by #87 and #88. We now have a devcontainer will all the dependencies installed for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant