1{ 2 "image": "gcr.io/crosvm-infra/crosvm_dev:latest", 3 "customizations": { 4 "vscode": { 5 "extensions": [ 6 "rust-lang.rust-analyzer", 7 "bungcip.better-toml", 8 "esbenp.prettier-vscode", 9 "ms-python.vscode-pylance", 10 "foxundermoon.shell-format", 11 "timonwong.shellcheck" 12 ] 13 } 14 }, 15 "updateContentCommand": "git submodule update --init" 16} 17