mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-21 11:55:11 +01:00
Update vscode files (#379)
This commit is contained in:
parent
422f25f776
commit
0d53c0d49d
@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "ESPHome API Client Dev",
|
||||
"image": "ghcr.io/esphome/aioesphomeapi-proto-builder:latest",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
@ -11,7 +13,6 @@
|
||||
// protobuf
|
||||
"pbkit.vscode-pbkit"
|
||||
],
|
||||
"postCreateCommand": "pip3 install -e .",
|
||||
"settings": {
|
||||
"python.languageServer": "Pylance",
|
||||
"python.pythonPath": "/usr/bin/python3",
|
||||
@ -35,4 +36,7 @@
|
||||
"**/.vscode/*.json": "jsonc"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "pip3 install -e ."
|
||||
}
|
||||
|
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
@ -11,6 +11,7 @@
|
||||
},
|
||||
"presentation": {
|
||||
"reveal": "never",
|
||||
"close": true,
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
|
Loading…
Reference in New Issue
Block a user