Skip to content

Commit 663a204

Browse files
authored
Fix Python path for vscode run core task (home-assistant#141090)
Fix Python path for vscode launch core task
1 parent a6ff539 commit 663a204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"label": "Run Home Assistant Core",
66
"type": "shell",
7-
"command": "hass -c ./config",
7+
"command": "${command:python.interpreterPath} -m homeassistant -c ./config",
88
"group": "test",
99
"presentation": {
1010
"reveal": "always",

0 commit comments

Comments
 (0)