Skip to content

Commit

Permalink
Rename component vehicle-model-lifecycle to vehicle-signal-interface (#…
Browse files Browse the repository at this point in the history
…227)

Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 authored Mar 6, 2024
1 parent c0eb3ae commit bc78d08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "devenv-devcontainer-setup",
"version": "v1.4.7"
"version": "v1.5.1"
}
],
"variables": {
Expand Down
4 changes: 2 additions & 2 deletions .vscode/scripts/import-example-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ else
done

# Generate model referenced by imported example
velocitas exec vehicle-model-lifecycle download-vspec
velocitas exec vehicle-model-lifecycle generate-model
velocitas exec vehicle-signal-interface download-vspec
velocitas exec vehicle-signal-interface generate-model

echo "#######################################################"
echo "Successfully imported $@"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,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",
Expand Down

0 comments on commit bc78d08

Please sign in to comment.