mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
Now we are using markdown tables in our docs, and mdformat without extension will do horrible things to them as tables is a GitHub Flavored Markdown extension. TEST=./tools/dev_container ./tools/fmt Change-Id: I735284136a87ea17752bd6732885ff1f4f58a3f4 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4026017 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Auto-Submit: Zihan Chen <zihanchen@google.com>
24 lines
808 B
JSON
24 lines
808 B
JSON
{
|
|
"image": "gcr.io/crosvm-infra/crosvm_dev_user:r0032",
|
|
"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",
|
|
"--mount=type=tmpfs,destination=/var/empty",
|
|
],
|
|
"containerUser": "crosvmdev",
|
|
"updateContentCommand": "sudo chown -R --reference=/workspaces/crosvm /home/crosvmdev /cache /scratch",
|
|
"postCreateCommand": "sudo chmod 666 /dev/kvm",
|
|
}
|