Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Fix rust container
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 19, 2019
1 parent ac49d4c commit 5bbc309
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 0 additions & 4 deletions containers/rust/Cargo.lock

This file was deleted.

11 changes: 8 additions & 3 deletions containers/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@

## Usage

[See here for information on using this definition with an existing project](../../README.md#using-a-definition).
[See here for information on adding it to your project.](../../README.md#using-a-definition). There is no extra steps to using this dev container.

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.
### Try it!

If you want to try out the test project instead, run **Remote-Container: Open Folder in Container...** in VS Code and select a cloned copy of the entire folder. You can then start the test program from Debug panel in VS Code.
Just follow these steps to try out the test project:

1. Clone the vscode-dev-containers repository
2. Start VS Code and run **Remote-Container: Open Folder in Container...** and select this folder
3. Hit F5 or click on the Debug panel and start select "Debug executable 'hello world'"
4. The project will run and output "Hello, VS Code Remote!"

## License

Expand Down
6 changes: 6 additions & 0 deletions containers/rust/test-project/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit 5bbc309

Please sign in to comment.