Update launch.json

This commit is contained in:
2022-01-10 11:43:46 +01:00
committed by GitHub
parent 9eacaec991
commit 53b6787f52

9
.vscode/launch.json vendored
View File

@@ -4,13 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"type": "java",
"name": "Launch Current File",
"request": "launch",
"mainClass": "${file}"
},
{ {
"type": "java", "type": "java",
"name": "Launch GuitarTeX2", "name": "Launch GuitarTeX2",
@@ -26,4 +19,4 @@
"projectName": "GuitarTeX2" "projectName": "GuitarTeX2"
} }
] ]
} }