This commit is contained in:
Downright
2025-03-26 11:39:29 +08:00
parent 9bea0879e0
commit 1322ed8e08
3 changed files with 125 additions and 0 deletions

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

@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "java (buildArtifact)",
"targetPath": "${workspaceFolder}/${workspaceFolderBasename}.jar",
"elements": [
"${compileOutput}",
"${dependencies}"
],
"problemMatcher": [],
"label": "java (buildArtifact): mysysy"
}
]
}