mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
Uprev codespace devcontainer.json
The list of extensions was moved in the latest specs of devcontainer.json BUG=b:273332464 TEST=This CL is submitted from a codespace Change-Id: Icae494f8dc4e588f7b642de39f42e8923e245d46 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4338039 Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Zihan Chen <zihanchen@google.com>
This commit is contained in:
parent
7e22d900e0
commit
87382d6787
1 changed files with 9 additions and 4 deletions
|
@ -1,12 +1,17 @@
|
|||
{
|
||||
"image": "gcr.io/crosvm-infra/crosvm_dev:r0032",
|
||||
"extensions": [
|
||||
// TODO(b/273529589): Automatically use latest version
|
||||
"image": "gcr.io/crosvm-infra/crosvm_dev:r0037",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"updateContentCommand": "git submodule update --init"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue