mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 03:51:12 +02:00
Fix Python path for vscode run core task (#141090)
Fix Python path for vscode launch core task
This commit is contained in:
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user