diff --git a/.project-creation/templates/.vscode/tasks.json b/.project-creation/templates/.vscode/tasks.json index 05d27874..518ab01e 100644 --- a/.project-creation/templates/.vscode/tasks.json +++ b/.project-creation/templates/.vscode/tasks.json @@ -172,7 +172,7 @@ "label": "(Re-)generate vehicle model", "detail": "(Re-)generates the vehicle model from source files specified in the AppManifest.", "type": "shell", - "command": "velocitas exec vehicle-model-lifecycle download-vspec && velocitas exec vehicle-model-lifecycle generate-model", + "command": "velocitas exec vehicle-signal-interface download-vspec && velocitas exec vehicle-signal-interface generate-model", "group": "none", "presentation": { "reveal": "always",