Skip to content

Commit

Permalink
Add run / debug configuration for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
chges100 committed Dec 30, 2023
1 parent b137803 commit 838a239
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
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Run GraXpert",
"type": "python",
"request": "launch",
"module": "graxpert.main",
"justMyCode": true
}
]
}

0 comments on commit 838a239

Please sign in to comment.