diff options
author | Aleksey Kladov <[email protected]> | 2021-01-07 11:37:38 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-01-07 12:07:19 +0000 |
commit | 037caec62c881e11325f93627d9bfd44fb374d51 (patch) | |
tree | d81cef123586950822b88581454f3bf1a86f8349 /editors/code | |
parent | c8ace3a295aa63ff7f210f11840e7fc9de65264c (diff) |
Use american spelling for config
As per
https://github.com/rust-analyzer/rust-analyzer/blob/171c3c08fe245938fb25321394233de5fe2abc7c/docs/dev/style.md#variable-naming
Also implement config aliasing, for pain-free settings migrations in the future
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index ea7f0990c..3e6ebd7ed 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -349,7 +349,7 @@ | |||
349 | "default": {}, | 349 | "default": {}, |
350 | "markdownDescription": "Optional settings passed to the debug engine. Example: `{ \"lldb\": { \"terminal\":\"external\"} }`" | 350 | "markdownDescription": "Optional settings passed to the debug engine. Example: `{ \"lldb\": { \"terminal\":\"external\"} }`" |
351 | }, | 351 | }, |
352 | "rust-analyzer.assist.importMergeBehaviour": { | 352 | "rust-analyzer.assist.importMergeBehavior": { |
353 | "markdownDescription": "The strategy to use when inserting new imports or merging imports.", | 353 | "markdownDescription": "The strategy to use when inserting new imports or merging imports.", |
354 | "default": "full", | 354 | "default": "full", |
355 | "type": "string", | 355 | "type": "string", |