mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 10:10:41 +00:00
a77c40ec06
This will generate the search index and in-browser search for the book. BUG=None TEST=mdbook build docs/book Change-Id: Ibaf67002c5b5d5cf1aafd19ab66a05b9116b14a0 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3792098 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org>
20 lines
555 B
JSON
20 lines
555 B
JSON
{
|
|
"image": "gcr.io/crosvm-infra/crosvm_dev:r0015",
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"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",
|
|
]
|
|
}
|