mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Add setting to configure the max memory for tsserver (#82630)
* Add setting to configure the max memory for tsserver * Fix silly tpo from fixing formatting * Add "MB" to setting description string * Add validation to configuration value * Add 128MB as a lower bound
This commit is contained in:
committed by
Matt Bierner
parent
5c705ea7ee
commit
89e4d3eddc
@@ -685,6 +685,12 @@
|
||||
"default": true,
|
||||
"description": "%configuration.tsserver.useSeparateSyntaxServer%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.tsserver.maxTsServerMemory": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "%configuration.tsserver.maxTsServerMemory%",
|
||||
"scope": "window"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user