mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 06:47:51 +00:00
Fix Python path for vscode run core task (#141090)
Fix Python path for vscode launch core task
This commit is contained in:
parent
a6ff5391e5
commit
663a204c04
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user