diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json new file mode 100644 index 0000000..20bb070 --- /dev/null +++ b/api/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Verwendet IntelliSense zum Ermitteln möglicher Attribute. + // Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen. + // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Modul", + "type": "python", + "request": "launch", + "module": "kiwi_vpn_api.main", + "justMyCode": true + } + ] +} \ No newline at end of file