Skip to content

Commit

Permalink
update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Jun 28, 2024
1 parent a5ff4f1 commit b55715f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: main.py",
"name": "Python: Current File",
"type": "debugpy",
"request": "launch",
"program": "src/main.py",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
"env": {
Expand Down

0 comments on commit b55715f

Please sign in to comment.