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

Commit 5bbc309

Browse files
committed
Fix rust container
1 parent ac49d4c commit 5bbc309

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

containers/rust/Cargo.lock

Lines changed: 0 additions & 4 deletions
This file was deleted.

containers/rust/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212

1313
## Usage
1414

15-
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).
15+
[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.
1616

17-
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.
17+
### Try it!
1818

19-
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.
19+
Just follow these steps to try out the test project:
20+
21+
1. Clone the vscode-dev-containers repository
22+
2. Start VS Code and run **Remote-Container: Open Folder in Container...** and select this folder
23+
3. Hit F5 or click on the Debug panel and start select "Debug executable 'hello world'"
24+
4. The project will run and output "Hello, VS Code Remote!"
2025

2126
## License
2227

containers/rust/test-project/Cargo.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)