Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit cb2206e

Browse files
committed
Add missing full_docs and show_hover_context config keys
1 parent da3697e commit cb2206e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,21 @@
385385
"default": null,
386386
"description": "EXPERIMENTAL (requires `unstable_features`)\nIf set, executes a given program responsible for rebuilding save-analysis to be loaded by the RLS. The program given should output a list of resulting .json files on stdout. \nImplies `rust.build_on_save`: true.",
387387
"scope": "resource"
388+
},
389+
"rust.full_docs": {
390+
"type": [
391+
"boolean",
392+
"null"
393+
],
394+
"default": null,
395+
"description": "Instructs cargo to enable full documentation extraction during save-analysis while building the crate.",
396+
"scope": "resource"
397+
},
398+
"rust.show_hover_context": {
399+
"type": "boolean",
400+
"default": true,
401+
"description": "Show additional context in hover tooltips when available. This is often the type local variable declaration.",
402+
"scope": "resource"
388403
}
389404
}
390405
}

0 commit comments

Comments
 (0)