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", "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