diff --git a/yamo/.vscode/launch.json b/yamo/.vscode/launch.json deleted file mode 100644 index 850a7523..00000000 --- a/yamo/.vscode/launch.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Aktuelle Datei", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "args": ["-p","projects"] - }, - { - "name": "Python: Aktuelle Datei NTTDATA", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "args": ["-i","Test/nttdata","-p","CD_Test", "-r", "container-monitoring-rule", "-e","sadsad"] - } - - ] -} \ No newline at end of file diff --git a/yamo/.vscode/settings.json b/yamo/.vscode/settings.json deleted file mode 100644 index 7a73a41b..00000000 --- a/yamo/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file