Skip to content

Commit b09b646

Browse files
authored
Update devcontainer (#4908)
1 parent b5446be commit b09b646

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
// https://github.com/microsoft/vscode-dev-containers/tree/v0.183.0/containers/python-3
21
{
32
"name": "ESPHome - docs",
4-
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.12",
54
"postCreateCommand": ".devcontainer/postCreate.sh",
65
"postAttachCommand": "make live-html",
76
"forwardPorts": [8000],
@@ -10,10 +9,6 @@
109
},
1110
"customizations": {
1211
"vscode": {
13-
"settings": {
14-
"python.pythonPath": "/usr/local/bin/python"
15-
},
16-
1712
"extensions": ["ms-python.python"]
1813
}
1914
}

0 commit comments

Comments
 (0)