azure-sdk-for-rust/.devcontainer/devcontainer.json

26 строки
740 B
JSON
Исходник Обычный вид История

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/rust
{
"name": "Azure SDK for Rust",
"build": {
"dockerfile": "Dockerfile"
},
"onCreateCommand": ".devcontainer/oncreate",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/sshd:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"tamasfe.even-better-toml",
"editorconfig.editorconfig",
"rust-lang.rust-analyzer",
"streetsidesoftware.code-spell-checker",
"vadimcn.vscode-lldb"
]
}
}
}