From 53b6787f5216bbbe711fd640debcef9fbd0153a5 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Mon, 10 Jan 2022 11:43:46 +0100 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9e171ab..1b6c8bc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,13 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - - { - "type": "java", - "name": "Launch Current File", - "request": "launch", - "mainClass": "${file}" - }, { "type": "java", "name": "Launch GuitarTeX2", @@ -26,4 +19,4 @@ "projectName": "GuitarTeX2" } ] -} \ No newline at end of file +}