We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff481cd commit 28590edCopy full SHA for 28590ed
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "GitHub Copilot for Azure",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13-bookworm",
+ "image": "mcr.microsoft.com/vscode/devcontainers/python:dev-3.13-bookworm",
7
"features": {
8
"ghcr.io/devcontainers/features/powershell:1": {},
9
"ghcr.io/devcontainers/features/common-utils:2": {},
0 commit comments