From 46f646856150a94e61b9ad6b9e39cd68d34428d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Tue, 6 Aug 2024 21:48:36 +0200 Subject: [PATCH] comment out default launch config --- .vscode/launch.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1fa0ff8..3e75b20 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,11 +1,13 @@ { "version": "0.2.0", "configurations": [ - { - "name": "Project Name", - "type": "debugpy", - "request": "launch", - "justMyCode": true, - } + // { + // "name": "Project Name", + // "type": "debugpy", + // "request": "launch", + // "module": "my_pkg.my_module", + // // "env": {}, + // "justMyCode": true, + // } ] } \ No newline at end of file