This commit is contained in:
2021-11-20 10:59:16 +01:00
parent c2997d7363
commit 30faa26274
7 changed files with 40 additions and 25 deletions

19
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "java",
"targetPath": "${workspaceFolder}/${workspaceFolderBasename}.jar",
"elements": [
"${compileOutput}",
"${dependencies}"
],
"problemMatcher": [],
"label": "java: exportjar:Labo",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}