From 0ce2cf577d0b7dbb1aae1d34a4137fafd808d657 Mon Sep 17 00:00:00 2001 From: oleting Date: Wed, 30 Dec 2020 16:38:05 +0100 Subject: [PATCH] . --- .gitignore | 1 + .vscode/launch.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51ea7d7..babc79c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ build/ run.spec dist/ .vscode/launch.json +res/input/input_large.java diff --git a/.vscode/launch.json b/.vscode/launch.json index e80f071..1ded7e8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", - "program": "debug.py", + "program": "run.py", "console": "integratedTerminal" } ]