From e998428ee62ec119c9e46c688f2949346990af60 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 15 Nov 2021 15:33:39 +0000 Subject: added testing of previous sprints to repository --- src/.vscode/launch.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/.vscode/launch.json b/src/.vscode/launch.json index a4b8347..f36d26d 100644 --- a/src/.vscode/launch.json +++ b/src/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "java", + "name": "Launch Language", + "request": "launch", + "mainClass": "Compiler.Language", + "projectName": "" + }, { "type": "java", "name": "Launch Current File", @@ -16,7 +23,7 @@ "request": "launch", "mainClass": "Compiler.Language", "projectName": "src_1da2a030", - "args":"example.txt" + "args": "example.txt" } ] } \ No newline at end of file -- cgit v1.2.3