Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
drift.py
  • Loading branch information
sivamurgan90428 committed Oct 10, 2025
commit ce588ab669c0d6bf4162e7f25cc94a80f0eb38de
14 changes: 13 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@
"type": "python",
"request": "attach",
"connect": {
"host": "localhost",
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Run File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
} "host": "localhost",
"port": 5678
},
"pathMappings": [
Expand Down
Loading