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

11 lines
228 B
JSON
Raw Normal View History

2022-11-12 12:13:49 +08:00
{
2025-04-11 23:45:17 +08:00
"typescript.tsserver.maxTsServerMemory": 4096,
2022-11-12 12:13:49 +08:00
"json.schemas": [
{
"fileMatch": [
2025-04-11 23:45:17 +08:00
"/recipe_schemas/*.json"
2022-11-12 12:13:49 +08:00
],
2025-04-11 23:45:17 +08:00
"url": "./.vscode/recipe.json"
2022-11-12 12:13:49 +08:00
}
]
}