Skip to content

Commit

Permalink
Merge pull request #110 from Steffenhir/fix/vs-code
Browse files Browse the repository at this point in the history
Add run / debug configuration for VS Code
  • Loading branch information
Steffenhir authored Dec 30, 2023
2 parents b137803 + 838a239 commit 697dbf9
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 697dbf9

Please sign in to comment.