1
0
Files
wheat-server-kubejs/.vscode/settings.json

11 lines
228 B
JSON

{
"typescript.tsserver.maxTsServerMemory": 4096,
"json.schemas": [
{
"fileMatch": [
"/recipe_schemas/*.json"
],
"url": "./.vscode/recipe.json"
}
]
}