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
parent 02d5f320ad
commit b341079d8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 5 deletions

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: