Skip to content

Commit bc16056

Browse files
Clement Fauchereclaude
andcommitted
fix: restore .vscode/launch.json to match main
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1357dec commit bc16056

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Python Debugger: Attach",
6+
"type": "debugpy",
7+
"request": "attach",
8+
"connect": {
9+
"host": "localhost",
10+
"port": 5678
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)