Skip to content

Commit

Permalink
Add launch config for electric vehicle example
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Jul 26, 2024
1 parent 641d3be commit b9abbaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
"request": "launch",
"type": "node-terminal"
},
{
"name": "Run Electric Vehicles Example",
"command": "npm run example:vehicles",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Run Gas Reserve Example",
"command": "npm run example:gas",
Expand Down

0 comments on commit b9abbaa

Please sign in to comment.