From 4cedad15be9cc4d647f8bf3dcc418fc04202b30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Thu, 23 Oct 2025 21:22:43 +0000 Subject: [PATCH] Force keeping this inside git --- .vscode/launch.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..2efe125b9 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,20 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Attach rdbg (web)", + "type": "rdbg", + "request": "attach", + "debugPort": "12345" + }, + { + "name": "Attach rdbg (worker)", + "type": "rdbg", + "request": "attach", + "debugPort": "12346" + } + ] + } \ No newline at end of file