From d8bcb44e44e2de67d132c264653d91d080afea50 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 12 Feb 2021 19:25:01 +0100 Subject: [PATCH] vscode: no-debug launcher --- .vscode/launch.json | 7 +++++++ .vscode/tasks.json | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9630da18..d0fa0ad1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,6 +20,13 @@ "srv::r:aed:cnodupe" ] }, + { + "name": "No debug", + "preLaunchTask": "no_dbg", + "type": "python", + //"request": "attach", "port": 42069 + // fork: nc -l 42069