diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2f442aae8..3a1e6cf23 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -197,7 +197,7 @@ | |||
197 | "type": "boolean", | 197 | "type": "boolean", |
198 | "description": "Whether to add parenthesis when completing functions" | 198 | "description": "Whether to add parenthesis when completing functions" |
199 | }, | 199 | }, |
200 | "completion.insertion.add-argument-sippets": { | 200 | "completion.insertion.add-argument-snippets": { |
201 | "type": "boolean", | 201 | "type": "boolean", |
202 | "description": "Whether to add argument snippets when completing functions" | 202 | "description": "Whether to add argument snippets when completing functions" |
203 | }, | 203 | }, |
@@ -205,6 +205,10 @@ | |||
205 | "type": "boolean", | 205 | "type": "boolean", |
206 | "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." | 206 | "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." |
207 | }, | 207 | }, |
208 | "call-info.full": { | ||
209 | "type": "boolean", | ||
210 | "description": "Show function name and docs in parameter hints" | ||
211 | }, | ||
208 | "notifications.workspace-loaded": { | 212 | "notifications.workspace-loaded": { |
209 | "type": "boolean", | 213 | "type": "boolean", |
210 | "description": "Whether to show `workspace loaded` message" | 214 | "description": "Whether to show `workspace loaded` message" |