mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +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>
12 lines
346 B
JSON
12 lines
346 B
JSON
{
|
|
"image": "gcr.io/crosvm-infra/crosvm_dev:r0032",
|
|
"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"
|
|
}
|