mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +00:00
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>
12 lines
346 B
JSON
12 lines
346 B
JSON
{
|
|
"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"
|
|
}
|