Fix maxTsServerMemory (#17758)

Release Notes:

- N/A

---------

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
This commit is contained in:
Conrad Irwin
2024-09-12 11:23:37 -04:00
committed by GitHub
co-authored by Thorsten Ball
parent 02d5f320ad
commit b341079d8a
2 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Prettier will also be used for TypeScript files by default. To disable this:
{
"lsp": {
"vtsls": {
"initialization_options": {
"settings": {
// For TypeScript:
"typescript": { "tsserver": { "maxTsServerMemory": 16184 } },
// For JavaScript: