diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..71b7418 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,28 @@ +{ + // 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: Aktuelle Datei", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": true + } + { + "name": "Python: CompareLists", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": true + "args": [ + "--sivas=826002201" + ], + } + ] +} \ No newline at end of file