2021-10-13 23:40:53 +00:00
|
|
|
{
|
2022-07-29 20:50:05 +00:00
|
|
|
"image": "gcr.io/crosvm-infra/crosvm_dev:r0015",
|
2021-10-13 23:40:53 +00:00
|
|
|
"extensions": [
|
2022-07-19 01:07:53 +00:00
|
|
|
"rust-lang.rust-analyzer",
|
2022-01-21 19:07:59 +00:00
|
|
|
"bungcip.better-toml",
|
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
"ms-python.vscode-pylance",
|
|
|
|
"foxundermoon.shell-format",
|
|
|
|
"timonwong.shellcheck",
|
|
|
|
],
|
|
|
|
"runArgs": [
|
|
|
|
"--privileged",
|
|
|
|
"--device=/dev/kvm",
|
|
|
|
"--volume=/dev/log:/dev/log",
|
|
|
|
"--device=/dev/net/tun",
|
|
|
|
"--device=/dev/vhost-net",
|
|
|
|
"--device=/dev/vhost-vsock",
|
|
|
|
"--mount=type=tmpfs,destination=/tmp",
|
2021-10-13 23:40:53 +00:00
|
|
|
]
|
|
|
|
}
|