We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4194e2e commit 9639248Copy full SHA for 9639248
.project-creation/templates/.vscode/tasks.json
@@ -172,7 +172,7 @@
172
"label": "(Re-)generate vehicle model",
173
"detail": "(Re-)generates the vehicle model from source files specified in the AppManifest.",
174
"type": "shell",
175
- "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",
176
"group": "none",
177
"presentation": {
178
"reveal": "always",
0 commit comments