1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-14 23:28:42 +00:00

Fix Generate requirements task (#160916)

This commit is contained in:
Martin Hjelmare
2026-01-14 12:54:15 +01:00
committed by GitHub
parent 6e60b70691
commit 2c1693d50a

2
.vscode/tasks.json vendored
View File

@@ -120,7 +120,7 @@
{
"label": "Generate Requirements",
"type": "shell",
"command": "./script/gen_requirements_all.py",
"command": "${command:python.interpreterPath} -m script.gen_requirements_all",
"group": {
"kind": "build",
"isDefault": true