diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 633f692..d91a01d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,6 +14,26 @@ }, "ghcr.io/devcontainers/features/docker-in-docker:2": { "version": "20.10" + }, + "ghcr.io/devcontainers/features/powershell:1": { + "version": "7.3" } - } +}, +"customizations": { + "vscode": { + "extensions": [ + "DavidAnson.vscode-markdownlint", + "eamodio.gitlens", + "github.vscode-github-actions", + "GitHub.codespaces", + "jebbs.plantuml", + "ms-python.isort", + "ms-vscode-remote.remote-containers", + "ms-vscode.cpptools-themes", + "ms-vscode.PowerShell", + "tomoki1207.pdf", + "yzhang.markdown-all-in-one" + ] + } +} } diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..50bbda4 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "github.vscode-pull-request-github" + ] +} \ No newline at end of file