summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-10-22 18:46:36 +0200
committerGitHub <noreply@github.com>2025-10-22 18:46:36 +0200
commit57622ae74dd075f304ffeee0747a7bbf2c0e9400 (patch)
treedaf4e02639b3b0f8875e278b3b9203c8d81306c1 /.vscode/launch.json
parenta0486711e44bf8f70f7a9e84e4cd2a8101e965c8 (diff)
debugger vscode adaption (#3981)
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json12
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
+ }
+ }
+ ]
+}