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 b5446be commit b09b646Copy full SHA for b09b646
.devcontainer/devcontainer.json
@@ -1,7 +1,6 @@
1
-// https://github.com/microsoft/vscode-dev-containers/tree/v0.183.0/containers/python-3
2
{
3
"name": "ESPHome - docs",
4
- "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11",
+ "image": "mcr.microsoft.com/devcontainers/python:3.12",
5
"postCreateCommand": ".devcontainer/postCreate.sh",
6
"postAttachCommand": "make live-html",
7
"forwardPorts": [8000],
@@ -10,10 +9,6 @@
10
9
},
11
"customizations": {
12
"vscode": {
13
- "settings": {
14
- "python.pythonPath": "/usr/local/bin/python"
15
- },
16
-
17
"extensions": ["ms-python.python"]
18
}
19
0 commit comments