mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-25 06:57:31 -05:00
Add target directory to $PATH
Makes the pre-built command work in the shell right away.
This commit is contained in:
parent
11f0fd7fd9
commit
e424e9f6c7
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/rust:1",
|
||||
"updateContentCommand": "cargo build",
|
||||
"remoteEnv": {
|
||||
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
|
Loading…
Reference in a new issue