Bump vtsls memory limits (#17354)
Release Notes: - Bump the default memory limit for vtsls from 3GiB to 8GiB
This commit is contained in:
parent
01525f17fa
commit
de1d301993
2 changed files with 6 additions and 3 deletions
|
@ -226,6 +226,9 @@ impl LspAdapter for VtslsLspAdapter {
|
|||
"suggest": {
|
||||
"completeFunctionCalls": true
|
||||
},
|
||||
"tsserver": {
|
||||
"maxTsServerMemory": 8092
|
||||
},
|
||||
"inlayHints": {
|
||||
"parameterNames": {
|
||||
"enabled": "all",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue