mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 00:03:16 +01:00
Fix Generate requirements task (#160916)
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -120,7 +120,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Generate Requirements",
|
"label": "Generate Requirements",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./script/gen_requirements_all.py",
|
"command": "${command:python.interpreterPath} -m script.gen_requirements_all",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
|
|||||||
Reference in New Issue
Block a user