From eb2301d193be77b0dfb14cc8fbf34a8683b00e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:56:57 +0000 Subject: [PATCH] launch config for EasyRSA script --- api/.vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index ee87416..0dbf4a4 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -10,6 +10,13 @@ "request": "launch", "module": "kiwi_vpn_api.main", "justMyCode": true + }, + { + "name": "EasyRSA script", + "type": "python", + "request": "launch", + "module": "kiwi_vpn_api.easyrsa", + "justMyCode": true } ] } \ No newline at end of file