Add target directory to $PATH
Makes the pre-built command work in the shell right away.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"image": "mcr.microsoft.com/devcontainers/rust:1",
|
"image": "mcr.microsoft.com/devcontainers/rust:1",
|
||||||
"updateContentCommand": "cargo build",
|
"updateContentCommand": "cargo build",
|
||||||
|
"remoteEnv": {
|
||||||
|
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
||||||
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user