From e97bac77e71fa529d162f24f7c8b5e0fb84524f6 Mon Sep 17 00:00:00 2001 From: Dennis Meister Date: Tue, 5 Mar 2024 15:34:04 +0100 Subject: [PATCH] Rename component vehicle-model-lifecycle to vehicle-signal-interface Signed-off-by: Dennis Meister --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 600b458..758d2d5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -267,7 +267,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",