mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-09 19:15:52 +02:00
Bump devcontainer to python 3.10 (#2638)
This commit is contained in:
parent
b4aa44d564
commit
a1bdcb78c7
@ -1,10 +1,10 @@
|
||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.183.0/containers/python-3
|
||||
{
|
||||
"name": "ESPHome - docs",
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.6",
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10",
|
||||
"postCreateCommand": "pip3 install -r requirements.txt -r requirements_test.txt",
|
||||
"forwardPorts": [8000],
|
||||
"settings": {
|
||||
"settings": {
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"python.languageServer": "Pylance",
|
||||
"python.linting.enabled": true,
|
||||
|
Loading…
Reference in New Issue
Block a user