From 366b4dc6a0cada98caffea6d15caeaf5316718bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:17:43 +0000 Subject: [PATCH] rename launch config --- api/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index 20bb070..ee87416 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Modul", + "name": "Main App", "type": "python", "request": "launch", "module": "kiwi_vpn_api.main",