From fc33e9219f9eb643bdf6d8ed2122ec783404c14b Mon Sep 17 00:00:00 2001 From: Dennis Meister Date: Tue, 5 Mar 2024 15:37:09 +0100 Subject: [PATCH] Rename component vehicle-model-lifecycle to vehicle-signal-interface Signed-off-by: Dennis Meister --- .project-creation/templates/.vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",