mcswebapi/.vscode/settings.json

6 lines
196 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"
}
}