Skip to content

Commit

Permalink
Automated documentation update [skip ci] (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2024
1 parent 62e79ac commit c93f738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ This Development Container Feature installs [Rust](https://www.rust-lang.org/) v
| `CARGO_TARGET_DIR` | Directory that Cargo uses to place binaries & build artifacts | `${containerWorkspaceFolder}/target` | No |
| `PATH` | Extend `PATH` to include `rustup`, `cargo`, `rustc`, etc. | `/usr/rust/cargo/home/bin:${PATH}` | No |

> [!Important]
> [!IMPORTANT]
>
> You may need to overwrite the environment variables marked with "Yes" in the "Needs Overwrite" column. The new values should be locations that are persisted across container restarts. You most likely want to overwrite these variables when you work with different toolchains at the same time and having them side-by-side is desired.
>
> You can define these variables in `containerEnv` in your `devcontainer.json` file. Good defaults are: `RUSTUP_HOME: "${containerWorkspaceFolder}/.rust/rustup_home"` and `"CARGO_HOME": "${containerWorkspaceFolder}/.rust/cargo_home"`.
> You should define these variables in `containerEnv` and additionally in `remoteEnv` in your `devcontainer.json` file. Good defaults are: `RUSTUP_HOME: "${containerWorkspaceFolder}/.rust/rustup_home"` and `"CARGO_HOME": "${containerWorkspaceFolder}/.rust/cargo_home"`.
> [!NOTE]
>
Expand Down

0 comments on commit c93f738

Please sign in to comment.