Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 4ca93b17bc..fd6d03cb8a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -585,11 +585,21 @@
"default": true,
"type": "boolean"
},
+ "rust-analyzer.completion.snippets": {
+ "markdownDescription": "Custom completion snippets.",
+ "default": {},
+ "type": "object"
+ },
"rust-analyzer.completion.postfix.enable": {
"markdownDescription": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc.",
"default": true,
"type": "boolean"
},
+ "rust-analyzer.completion.postfix.snippets": {
+ "markdownDescription": "Custom postfix completion snippets.",
+ "default": {},
+ "type": "object"
+ },
"rust-analyzer.completion.autoimport.enable": {
"markdownDescription": "Toggles the additional completions that automatically add imports when completed.\nNote that your client must specify the `additionalTextEdits` LSP client capability to truly have this feature enabled.",
"default": true,