mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
13 lines
346 B
JSON
13 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"
|
||
|
}
|