Bump vtsls memory limits (#17354)

Release Notes:

- Bump the default memory limit for vtsls from 3GiB to 8GiB
This commit is contained in:
Conrad Irwin 2024-09-04 12:39:24 -06:00 committed by GitHub
parent 01525f17fa
commit de1d301993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -226,6 +226,9 @@ impl LspAdapter for VtslsLspAdapter {
"suggest": {
"completeFunctionCalls": true
},
"tsserver": {
"maxTsServerMemory": 8092
},
"inlayHints": {
"parameterNames": {
"enabled": "all",