// 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": "qsharp",
"image": "mcr.microsoft.com/devcontainers/rust:dev-bullseye",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "lts"
},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"installJupyterlab": true,
"version": "latest"
}
},
"postCreateCommand": "npm install -g wasm-pack",
"customizations": {
"vscode": {
"extensions": [
"DavidAnson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-python.python",
"ms-python.black-formatter",
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb",
"swellaby.workspace-config-plus"
]
}
}
}microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
.devcontainer/devcontainer.json
32lines · modepreview