mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Default maxTsServerMemory to 3GB
This commit is contained in:
@@ -688,7 +688,7 @@
|
||||
},
|
||||
"typescript.tsserver.maxTsServerMemory": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"default": 3072,
|
||||
"description": "%configuration.tsserver.maxTsServerMemory%",
|
||||
"scope": "window"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user