about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code
diff options
context:
space:
mode:
authorTavo Annus <tavo.annus@gmail.com>2024-06-22 15:40:27 +0300
committerTavo Annus <tavo.annus@gmail.com>2024-06-22 21:33:58 +0300
commitefecb90b7f4e6468e03c1a9520535a5d7bb5cd1c (patch)
tree9ddef1258518883c1de909314faebffacd1a69e6 /src/tools/rust-analyzer/editors/code
parent8b6dda78b3e4bbed7fb2cd85d83fef3b827323ba (diff)
downloadrust-efecb90b7f4e6468e03c1a9520535a5d7bb5cd1c.tar.gz
rust-efecb90b7f4e6468e03c1a9520535a5d7bb5cd1c.zip
Fix suggestions of unstable constants
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
-rw-r--r--src/tools/rust-analyzer/editors/code/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json
index db2a989106f..0da5b920a72 100644
--- a/src/tools/rust-analyzer/editors/code/package.json
+++ b/src/tools/rust-analyzer/editors/code/package.json
@@ -592,8 +592,8 @@
                 "title": "assist",
                 "properties": {
                     "rust-analyzer.assist.termSearch.fuel": {
-                        "markdownDescription": "Term search fuel in \"units of work\" for assists (Defaults to 400).",
-                        "default": 400,
+                        "markdownDescription": "Term search fuel in \"units of work\" for assists (Defaults to 1800).",
+                        "default": 1800,
                         "type": "integer",
                         "minimum": 0
                     }
@@ -1224,8 +1224,8 @@
                 "title": "completion",
                 "properties": {
                     "rust-analyzer.completion.termSearch.fuel": {
-                        "markdownDescription": "Term search fuel in \"units of work\" for autocompletion (Defaults to 200).",
-                        "default": 200,
+                        "markdownDescription": "Term search fuel in \"units of work\" for autocompletion (Defaults to 1000).",
+                        "default": 1000,
                         "type": "integer",
                         "minimum": 0
                     }