Skip to content

Commit

Permalink
Add examples to launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TungstnBallon committed Jun 8, 2024
1 parent 2f3a86a commit 6f11557
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@
"request": "launch",
"type": "node-terminal"
},
{
"name": "Run Vehicles Polars Example",
"command": "npm run example:vehicles-polars",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Run Testing Polars Example",
"command": "npm run example:testing-polars",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Run Gas Reserve Example",
"command": "npm run example:gas",
Expand Down

0 comments on commit 6f11557

Please sign in to comment.