mcswebapi/.vscode/settings.json

11 lines
315 B
JSON
Raw Normal View History

2022-05-16 06:33:14 +00:00
{
"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"
2022-05-16 06:33:14 +00:00
}