Skip to content

Commit

Permalink
Create launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX86 committed Nov 22, 2023
1 parent b3c2366 commit 9f55023
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}

0 comments on commit 9f55023

Please sign in to comment.