aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index df8adfe0e..1f95cd130 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -217,7 +217,6 @@
217 "type": "boolean", 217 "type": "boolean",
218 "markdownDescription": "Whether to show `can't find Cargo.toml` error message" 218 "markdownDescription": "Whether to show `can't find Cargo.toml` error message"
219 }, 219 },
220
221 "rust-analyzer.cargo.noDefaultFeatures": { 220 "rust-analyzer.cargo.noDefaultFeatures": {
222 "type": "boolean", 221 "type": "boolean",
223 "default": false, 222 "default": false,
@@ -272,7 +271,6 @@
272 "default": true, 271 "default": true,
273 "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`)" 272 "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`)"
274 }, 273 },
275
276 "rust-analyzer.inlayHints.typeHints": { 274 "rust-analyzer.inlayHints.typeHints": {
277 "type": "boolean", 275 "type": "boolean",
278 "default": true, 276 "default": true,
@@ -298,7 +296,6 @@
298 "exclusiveMinimum": true, 296 "exclusiveMinimum": true,
299 "description": "Maximum length for inlay hints" 297 "description": "Maximum length for inlay hints"
300 }, 298 },
301
302 "rust-analyzer.completion.addCallParenthesis": { 299 "rust-analyzer.completion.addCallParenthesis": {
303 "type": "boolean", 300 "type": "boolean",
304 "default": true, 301 "default": true,
@@ -318,7 +315,6 @@
318 "type": "boolean", 315 "type": "boolean",
319 "description": "Show function name and docs in parameter hints" 316 "description": "Show function name and docs in parameter hints"
320 }, 317 },
321
322 "rust-analyzer.highlighting.semanticTokens": { 318 "rust-analyzer.highlighting.semanticTokens": {
323 "type": "boolean", 319 "type": "boolean",
324 "default": false, 320 "default": false,
@@ -370,7 +366,7 @@
370 "description": "Enable logging of VS Code extensions itself", 366 "description": "Enable logging of VS Code extensions itself",
371 "type": "boolean", 367 "type": "boolean",
372 "default": false 368 "default": false
373 }, 369 }
374 } 370 }
375 }, 371 },
376 "problemPatterns": [ 372 "problemPatterns": [