diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ba90ecaeb16..f66159370f4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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