diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-06 17:41:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-06 17:41:53 +0000 |
commit | a42f29166b2b771927fef6061dd427f82eb28d68 (patch) | |
tree | c6433fc26f3557a358696f7b66734ce4688fa988 /editors/code | |
parent | 8e8c5a73ff3b26a7c919fee6caa3212dca9c6ba5 (diff) | |
parent | 80909f7698edd972e7bb7e3b255c9a12d78cd9a6 (diff) |
Merge #3500
3500: Don't creat public APIs with typos r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
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" |