mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
Add devcontainer config for codespaces
This config does not include the privileges of the usual devcontainer. BUG=None TEST=Open in github codespaces Passes both: cargo test --workspace --lib --bins --features=all-x86_64 tools/run_tests --unit-tests Change-Id: Ia68b0b4f7baa2be109079909eb023ba4eda5e037 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4015008 Reviewed-by: Zihan Chen <zihanchen@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
5dd9008abf
commit
b0408a9a6b
2 changed files with 13 additions and 1 deletions
12
.devcontainer/codespace/devcontainer.json
Normal file
12
.devcontainer/codespace/devcontainer.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"image": "gcr.io/crosvm-infra/crosvm_dev:r0031",
|
||||
"extensions": [
|
||||
"rust-lang.rust-analyzer",
|
||||
"bungcip.better-toml",
|
||||
"esbenp.prettier-vscode",
|
||||
"ms-python.vscode-pylance",
|
||||
"foxundermoon.shell-format",
|
||||
"timonwong.shellcheck"
|
||||
],
|
||||
"updateContentCommand": "git submodule update --init"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"image": "gcr.io/crosvm-infra/crosvm_dev:r0019",
|
||||
"image": "gcr.io/crosvm-infra/crosvm_dev_user:r0031",
|
||||
"extensions": [
|
||||
"rust-lang.rust-analyzer",
|
||||
"bungcip.better-toml",
|
Loading…
Reference in a new issue