Skip to content

Commit

Permalink
Merge pull request #286 from agri-gaia/fix-server-startup
Browse files Browse the repository at this point in the history
fix: vs code server startup config
  • Loading branch information
jarkenau authored May 19, 2023
2 parents 8f793c4 + 7d0c4a7 commit 73e3c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"name": "seerep server",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/devel/bin/seerep-server_server",
"program": "${workspaceFolder}/devel/bin/seerep_server_server",
"args": ["-c/seerep/src/seerep.cfg"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/seerep-data",
Expand Down

0 comments on commit 73e3c0d

Please sign in to comment.