Skip to content

Commit

Permalink
[Bugfix] VS Code task for Run SeatAdjuster in local runtime (#97) (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch authored Jul 4, 2024
1 parent 980084d commit e412c1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .velocitas-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": {
"devenv-runtimes": "v4.0.3",
"devenv-runtimes": "v4.0.4",
"devenv-devcontainer-setup": "v2.1.0",
"devenv-github-templates": "v1.0.5",
"devenv-github-workflows": "v6.0.4"
Expand Down
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": {
"devenv-runtimes": "v4.0.3",
"devenv-runtimes": "v4.0.4",
"devenv-devcontainer-setup": "v2.1.0",
"devenv-github-templates": "v1.0.5",
"devenv-github-workflows": "v6.0.4"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"detail": "Starts the SeatAdjuster under development",
"type": "shell",
"command": [
"velocitas exec runtime-local run-vehicle-app python3 ${workspaceFolder}/examples/seat-adjuster/src/main.py"
"velocitas exec runtime-local run-vehicle-app ${workspaceFolder}/build/bin/example-seatadjusterapp"
],
"presentation": {
"panel": "dedicated",
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ echo "Build variant ${BUILD_VARIANT}"
echo "Build arch ${BUILD_ARCH}"
echo "Host arch ${HOST_ARCH}"
echo "Build target ${BUILD_TARGET}"
echo "Build SDK tests ${SDK_BUILD_TESTS}"
echo "Build SDK examples ${SDK_BUILD_EXAMPLES}"
echo "Static build ${STATIC_BUILD}"
echo "Coverage ${GEN_COVERAGE}"
Expand Down

0 comments on commit e412c1d

Please sign in to comment.