From 14c6b3e589efdeed524bb15bb4d83c9d1632181a Mon Sep 17 00:00:00 2001 From: sunyinqi0508 Date: Mon, 3 May 2021 17:32:01 +0800 Subject: [PATCH] Delete launch.json --- .vscode/launch.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 53608f3..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,20 +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": [ - - - { - "type": "java", - "name": "Launch Current File", - "request": "launch", - "classPaths": ["chocopy-ref.jar:target/assignment.jar"], - "mainClass": "chocopy.ChocoPy", - //"args": [ "--pass=rrs", "--test","--dir", "src/test/data/pa3/sample/list_set_element_oob_1.py"], - "args": [ "--pass=rrs", "--test","--dir", "test.py"], - "sourcePaths": [] - } - ] -} \ No newline at end of file