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.json27
1 files changed, 21 insertions, 6 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index c077bd2c0..0b9b4e42f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -37,7 +37,7 @@
37 "dependencies": { 37 "dependencies": {
38 "https-proxy-agent": "^5.0.0", 38 "https-proxy-agent": "^5.0.0",
39 "node-fetch": "^2.6.1", 39 "node-fetch": "^2.6.1",
40 "vscode-languageclient": "^7.1.0-next.4" 40 "vscode-languageclient": "^7.1.0-next.5"
41 }, 41 },
42 "devDependencies": { 42 "devDependencies": {
43 "@rollup/plugin-commonjs": "^17.0.0", 43 "@rollup/plugin-commonjs": "^17.0.0",
@@ -452,6 +452,16 @@
452 "default": false, 452 "default": false,
453 "type": "boolean" 453 "type": "boolean"
454 }, 454 },
455 "rust-analyzer.cargo.unsetTest": {
456 "markdownDescription": "Unsets `#[cfg(test)]` for the specified crates.",
457 "default": [
458 "core"
459 ],
460 "type": "array",
461 "items": {
462 "type": "string"
463 }
464 },
455 "rust-analyzer.cargo.features": { 465 "rust-analyzer.cargo.features": {
456 "markdownDescription": "List of features to activate.", 466 "markdownDescription": "List of features to activate.",
457 "default": [], 467 "default": [],
@@ -645,6 +655,16 @@
645 "default": true, 655 "default": true,
646 "type": "boolean" 656 "type": "boolean"
647 }, 657 },
658 "rust-analyzer.hover.documentation": {
659 "markdownDescription": "Whether to show documentation on hover.",
660 "default": true,
661 "type": "boolean"
662 },
663 "rust-analyzer.hover.linksInHover": {
664 "markdownDescription": "Use markdown syntax for links in hover.",
665 "default": true,
666 "type": "boolean"
667 },
648 "rust-analyzer.hoverActions.debug": { 668 "rust-analyzer.hoverActions.debug": {
649 "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", 669 "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.",
650 "default": true, 670 "default": true,
@@ -675,11 +695,6 @@
675 "default": true, 695 "default": true,
676 "type": "boolean" 696 "type": "boolean"
677 }, 697 },
678 "rust-analyzer.hoverActions.linksInHover": {
679 "markdownDescription": "Use markdown syntax for links in hover.",
680 "default": true,
681 "type": "boolean"
682 },
683 "rust-analyzer.inlayHints.chainingHints": { 698 "rust-analyzer.inlayHints.chainingHints": {
684 "markdownDescription": "Whether to show inlay type hints for method chains.", 699 "markdownDescription": "Whether to show inlay type hints for method chains.",
685 "default": true, 700 "default": true,