We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ff539 commit 663a204Copy full SHA for 663a204
.vscode/tasks.json
@@ -4,7 +4,7 @@
4
{
5
"label": "Run Home Assistant Core",
6
"type": "shell",
7
- "command": "hass -c ./config",
+ "command": "${command:python.interpreterPath} -m homeassistant -c ./config",
8
"group": "test",
9
"presentation": {
10
"reveal": "always",
0 commit comments