about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2020-03-06 17:51:10 +0100
committerAleksey Kladov <aleksey.kladov@gmail.com>2020-03-06 17:51:10 +0100
commit4e7f6c235489eb40c85bb73e75beead3ea7f08c7 (patch)
tree87623cdec8b374953f69cb3e46a73aa2c6bd7006 /editors/code
parent21f40f2b8f2d2ce19c2bc69201e99503a8d15e04 (diff)
downloadrust-4e7f6c235489eb40c85bb73e75beead3ea7f08c7.tar.gz
rust-4e7f6c235489eb40c85bb73e75beead3ea7f08c7.zip
Feature flag for arg snippets
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 8303586059f..2f442aae822 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -197,6 +197,10 @@
                             "type": "boolean",
                             "description": "Whether to add parenthesis when completing functions"
                         },
+                        "completion.insertion.add-argument-sippets": {
+                            "type": "boolean",
+                            "description": "Whether to add argument snippets when completing functions"
+                        },
                         "completion.enable-postfix": {
                             "type": "boolean",
                             "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc."