removed more unnecessary folders

This commit is contained in:
2024-09-10 14:11:15 +02:00
parent 15fb00a03d
commit 5eb34e744e
2 changed files with 0 additions and 41 deletions

View File

@@ -1,5 +0,0 @@
{"files.autoGuessEncoding": true,
"files.encoding": "utf8",
"java.jdt.ls.vmargs": "-Dfile.encoding=UTF-8",
"java.configuration.updateBuildConfiguration": "automatic"
}

36
.vscode/tasks.json vendored
View File

@@ -1,36 +0,0 @@
{
"version": "2.0.0",
"tasks": [
/*{
"type": "java",
"targetPath": "${workspaceFolder}/${workspaceFolderBasename}.jar",
"elements": [
"${compileOutput:betterhoppers}",
"${dependencies:betterhoppers}",
"${compileOutput:chestex}",
"${dependencies:chestex}",
"${compileOutput:dailyquests}",
"${dependencies:dailyquests}",
"${compileOutput:environmentex}",
"${dependencies:environmentex}",
"${compileOutput:pokeballs}",
"${dependencies:pokeballs}"
],
"problemMatcher": [],
"label": "java: exportjar:MCPlugins",
"group": {
"kind": "build",
"isDefault": true
}
},*/
{
"label": "EnvironmentEx",
"type": "shell",
"command": "/usr/bin/mvn clean -f '/mnt/fileserver/DOKUMENTE/Programmierung/MCServer/MCPlugins/environmentex/pom.xml' && /usr/bin/mvn install -f '/mnt/fileserver/DOKUMENTE/Programmierung/MCServer/MCPlugins/environmentex/pom.xml'",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}