From 314c43688bc48c4be87c71608eda99fb493a711c Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sat, 29 Mar 2025 22:57:22 +0100 Subject: [PATCH] Remove "protocol" setting from launch configuration --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0918131..ac03741 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,6 @@ "${workspaceFolder}/src/index.ts" // Oder deine Hauptdatei ], "cwd": "${workspaceFolder}", - "protocol": "inspector", "skipFiles": ["/**"], "env": { "TS_NODE_PROJECT": "${workspaceFolder}/tsconfig.json"