Skip to content

Commit

Permalink
Bump image to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss committed Mar 20, 2024
1 parent bc85e2d commit ec82d61
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .devcontainer.json → .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"name": "ludeeus/integration_blueprint",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11",
"name": "Adaptive Cover Dev-env",
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"postCreateCommand": "scripts/setup",
"forwardPorts": [8123],
"portsAttributes": {
"8123": {
"label": "Home Assistant",
"onAutoForward": "notify"
}
},
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -23,10 +17,8 @@
"settings": {
"files.eol": "\n",
"editor.tabSize": 4,
"python.pythonPath": "/usr/bin/python3",
"python.pythonPath": "/usr/local/bin/python",
"python.analysis.autoSearchPaths": false,
"python.formatting.provider": "black",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
Expand Down

0 comments on commit ec82d61

Please sign in to comment.