Default maxTsServerMemory to 3GB

This commit is contained in:
Matt Bierner
2019-10-18 16:14:38 -07:00
parent 2a46387970
commit 693ffb4d57
2 changed files with 7 additions and 5 deletions

View File

@@ -688,7 +688,7 @@
},
"typescript.tsserver.maxTsServerMemory": {
"type": "number",
"default": 0,
"default": 3072,
"description": "%configuration.tsserver.maxTsServerMemory%",
"scope": "window"
}