diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2f442aae8..f1ed51d1b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -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" |