Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index fd6d03cb8a..d9afdfad1b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -595,11 +595,6 @@ "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, |