11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"typescript.tsserver.maxTsServerMemory": 4096,
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/recipe_schemas/*.json"
|
|
],
|
|
"url": "./.vscode/recipe.json"
|
|
}
|
|
]
|
|
} |