chore: install just in the devcontainer for Linux development

This commit is contained in:
Michael Bolin
2025-06-24 17:16:30 -07:00
parent 6d65010aad
commit 05c8800062
2 changed files with 8 additions and 13 deletions

View File

@@ -15,15 +15,13 @@
"CARGO_TARGET_DIR": "${containerWorkspaceFolder}/codex-rs/target-arm64"
},
"remoteUser": "dev",
"remoteUser": "ubuntu",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
"rust-lang.rust-analyzer"
],
"extensions": ["rust-lang.rust-analyzer"]
}
}
}