diff options
author | Aleksey Kladov <[email protected]> | 2021-04-28 11:06:46 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-04-28 11:13:30 +0100 |
commit | 5c1a90103528dd3a93d3d8a2186276e9ebd0d400 (patch) | |
tree | 9e8594b1d76b943a6eb287937db53e87e7f3a956 /docs/user | |
parent | fb45d2adeccfc6732b702cd8fa2911b385bc15b7 (diff) |
internal: ensure that client and server-side configs are not mixed up
https://github.com/rust-lang/rust/issues/84647 would help big time here.
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index db3c5f7bb..e28423e99 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -234,11 +234,6 @@ site. | |||
234 | -- | 234 | -- |
235 | Whether to show inlay type hints for variables. | 235 | Whether to show inlay type hints for variables. |
236 | -- | 236 | -- |
237 | [[rust-analyzer.inlayHints.smallerHints]]rust-analyzer.inlayHints.smallerHints (default: `true`):: | ||
238 | + | ||
239 | -- | ||
240 | Whether inlay hints font size should be smaller than editor's font size. | ||
241 | -- | ||
242 | [[rust-analyzer.lens.debug]]rust-analyzer.lens.debug (default: `true`):: | 237 | [[rust-analyzer.lens.debug]]rust-analyzer.lens.debug (default: `true`):: |
243 | + | 238 | + |
244 | -- | 239 | -- |