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 +}