Skip to content

Commit

Permalink
Add src/main.py as entry
Browse files Browse the repository at this point in the history
  • Loading branch information
grokhi authored Dec 6, 2023
1 parent e56bd8b commit 95d48a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"name": "Python: src/main.py",
"type": "python",
"request": "launch",
"program": "${file}",
"program": "src/main.py",
"console": "integratedTerminal",
"justMyCode": true,
"env": {
"PYTHONPATH": "${workspaceFolder}:${PYTHONPATH}"
}
}
]
}
}

0 comments on commit 95d48a0

Please sign in to comment.