mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
a125989ddb
This enables the same features we use in run_tests or clippy. BUG=None TEST=Local testing in vscode Change-Id: If8f176dbcea26af3bf65ac955c7c1f4b328028e9 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3834726 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com> Tested-by: Dennis Kempin <denniskempin@google.com>
9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
// Python
|
|
"python.formatting.provider": "black",
|
|
"python.analysis.typeCheckingMode": "strict",
|
|
// Rust
|
|
"rust-analyzer.cargo.features": [
|
|
"all-linux"
|
|
]
|
|
}
|