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:
Dennis Kempin 2022-11-08 14:29:45 -08:00 committed by crosvm LUCI
parent 5dd9008abf
commit b0408a9a6b
2 changed files with 13 additions and 1 deletions

View 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"
}

View file

@ -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",