1
0
Files

11 lines
228 B
JSON
Raw Permalink Normal View History

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