Skip to content

Commit

Permalink
Update debug settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andresp committed Oct 26, 2024
1 parent ee8bdba commit 72f68f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Main",
"type": "python",
"name": "Python Debugger: Module",
"type": "debugpy",
"request": "launch",
"program": "src/docsismodem/retriever.py",
"console": "integratedTerminal",
"module": "docsismodem.retriever",
"env": {
"PYTHONPATH": "${workspaceRoot}/src"
},
"justMyCode": false
}
]
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,

"python.analysis.extraPaths": [
"${workspaceFolder}/src/docsismodem",
"${workspaceFolder}/tests"
]
}

0 comments on commit 72f68f0

Please sign in to comment.