From 13b71fe922aa629d5cc329516ee718c191d88e90 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Wed, 21 Oct 2020 22:02:05 +0100 Subject: [PATCH] Delete launch.json --- .vscode/launch.json | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ed718ce..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,42 +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": "Debug (Launch) - Current File", - "request": "launch", - "mainClass": "${file}" - }, - { - "type": "java", - "name": "Debug (Launch)-CardMain", - "request": "launch", - "mainClass": "CardMain", - "projectName": "Learning-Java_74709768" - }, - { - "type": "java", - "name": "Debug (Launch)-AnimalMain", - "request": "launch", - "mainClass": "src.AnimalMain", - "projectName": "Learning-Java_74709768" - }, - { - "type": "java", - "name": "Debug (Launch)-CounterMain", - "request": "launch", - "mainClass": "src.CounterMain", - "projectName": "Learning-Java_74709768" - }, - { - "type": "java", - "name": "Debug (Launch)-NewCalcEngine", - "request": "launch", - "mainClass": "src.NewCalcEngine", - "projectName": "Learning-Java_74709768" - } - ] -} \ No newline at end of file