mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
13 lines
363 B
JSON
13 lines
363 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/cpp:ubuntu-22.04",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/python:1": {},
|
|
"ghcr.io/devcontainers/features/sshd:1": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["llvm-vs-code-extensions.vscode-clangd", "DavidAnson.vscode-markdownlint"]
|
|
}
|
|
}
|
|
}
|