mcswebapi/.vscode/settings.json
Harrison Deng e1ff91f1d8
Some checks failed
RealYHD/mcswebapi/pipeline/head There was a failure building this commit
Refactored to new domain name and locked spigot dependency version.
2022-12-08 20:08:05 +00:00

11 lines
315 B
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"yaml.schemas": {
"https://json.schemastore.org/bukkit-plugin.json": "file:///home/ydeng/MCSWebAPI/plugin.yml"
},
"cSpell.words": [
"Javalin",
"mcswebapi"
],
"java.compile.nullAnalysis.mode": "automatic"
}