Skip to content

Commit

Permalink
Added launch.json for vscode launching easiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsunami014 committed Jan 12, 2024
1 parent 4035a2b commit 1cadeac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Deploy Robot Code",
"type": "python",
"request": "launch",
"module": "robotpy",
"args": ["deploy"],
"justMyCode": true
}
]
}

0 comments on commit 1cadeac

Please sign in to comment.