Skip to content

Commit

Permalink
Merge pull request #408 from MTrab:Move-to-new-type-dev-container
Browse files Browse the repository at this point in the history
Update to new style devcontainer and Python 3.11 dev environment
  • Loading branch information
MTrab authored Aug 8, 2023
2 parents 97c8be2 + b5092a9 commit 979b011
Show file tree
Hide file tree
Showing 15 changed files with 154 additions and 533 deletions.
43 changes: 43 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "ludeeus/integration_blueprint",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
"postCreateCommand": "scripts/setup",
"appPort": [
"9123:8123"
],
"portsAttributes": {
"8123": {
"label": "Home Assistant - Landroid Cloud",
"onAutoForward": "notify"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"github.vscode-pull-request-github",
"ryanluker.vscode-coverage-gutters",
"ms-python.vscode-pylance",
"ms-python.black-formatter"
],
"settings": {
"files.eol": "\n",
"editor.tabSize": 4,
"python.pythonPath": "/usr/bin/python3",
"python.analysis.autoSearchPaths": false,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
}
}
},
"remoteUser": "root",
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}
60 changes: 0 additions & 60 deletions .devcontainer/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions .devcontainer/devcontainer.json

This file was deleted.

15 changes: 0 additions & 15 deletions .devcontainer/landroid_cloud.code-workspace

This file was deleted.

3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ updates:
interval: daily
time: "04:00"
labels:
- dependencies
- dependencies
- patch
Loading

0 comments on commit 979b011

Please sign in to comment.