2020-04-24 20:49:25 +00:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings": {
|
2020-09-09 18:57:08 +00:00
|
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.classpath": true,
|
|
|
|
"**/.project": true,
|
|
|
|
"**/.settings": true,
|
|
|
|
"**/.factorypath": true
|
|
|
|
},
|
|
|
|
"cSpell.words": [
|
|
|
|
"Bukkit",
|
|
|
|
"crafter",
|
|
|
|
"itemstack"
|
|
|
|
]
|
2020-04-24 20:49:25 +00:00
|
|
|
}
|
|
|
|
}
|