Fix Python path for vscode run core task (#141090)

Fix Python path for vscode launch core task
This commit is contained in:
Artur Pragacz 2025-03-23 17:01:35 +01:00 committed by GitHub
parent a6ff5391e5
commit 663a204c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
{
"label": "Run Home Assistant Core",
"type": "shell",
"command": "hass -c ./config",
"command": "${command:python.interpreterPath} -m homeassistant -c ./config",
"group": "test",
"presentation": {
"reveal": "always",