Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 98fe6a558b..97db1322dd 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1628,6 +1628,17 @@
}
},
{
+ "title": "Gc",
+ "properties": {
+ "rust-analyzer.gc.frequency": {
+ "markdownDescription": "This config controls the frequency in which rust-analyzer will perform its internal Garbage\nCollection. It is specified in revisions, roughly equivalent to number of changes. The default\nis 1000.\n\nSetting a smaller value may help limit peak memory usage at the expense of speed.",
+ "default": 1000,
+ "type": "integer",
+ "minimum": 0
+ }
+ }
+ },
+ {
"title": "Goto Implementations",
"properties": {
"rust-analyzer.gotoImplementations.filterAdjacentDerives": {