diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-10-22 18:46:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 18:46:36 +0200 |
| commit | 57622ae74dd075f304ffeee0747a7bbf2c0e9400 (patch) | |
| tree | daf4e02639b3b0f8875e278b3b9203c8d81306c1 /.vscode/launch.json | |
| parent | a0486711e44bf8f70f7a9e84e4cd2a8101e965c8 (diff) | |
debugger vscode adaption (#3981)
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..10d9aca1 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,12 @@ +{ + "configurations": [ + { + "name": "Python: Ink/Stitch", + "type": "python", + "request": "attach", + "listen": { + "port": 5678 + } + } + ] +} |
