// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu { "name": "qsharp", "image": "mcr.microsoft.com/devcontainers/base:noble", "features": { "ghcr.io/devcontainers/features/python:1": {}, "ghcr.io/devcontainers/features/node:1": { "nodeGypDependencies": true, "version": "lts" }, "ghcr.io/devcontainers/features/rust:1": {} }, "postCreateCommand": "cargo update --dry-run", "customizations": { "vscode": { "extensions": [ "DavidAnson.vscode-markdownlint", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "ms-python.python", "ms-python.black-formatter", "ms-toolsai.jupyter", "rust-lang.rust-analyzer", "vadimcn.vscode-lldb", "swellaby.workspace-config-plus" ] } } }