diff options
author | Lukas Wirth <[email protected]> | 2021-06-14 14:44:32 +0100 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-06-14 14:49:57 +0100 |
commit | 178b5ffba316164fba86b86a67e9402b226fbc48 (patch) | |
tree | 1600fb310bfb75553a4900dc2ebab6ef6ab844f1 /docs/user | |
parent | 9043c5db864ef9bffb4e5e403cf091b073133b40 (diff) |
Add configuration deprecation
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 4105d784f..94a99c1ba 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -250,6 +250,11 @@ Whether to show `References` action. Only applies when | |||
250 | Whether to show `Run` action. Only applies when | 250 | Whether to show `Run` action. Only applies when |
251 | `#rust-analyzer.hoverActions.enable#` is set. | 251 | `#rust-analyzer.hoverActions.enable#` is set. |
252 | -- | 252 | -- |
253 | [[rust-analyzer.hoverActions.linksInHover]]rust-analyzer.hoverActions.linksInHover (deprecated: `Use hover.linksInHover instead`):: | ||
254 | + | ||
255 | -- | ||
256 | Use markdown syntax for links in hover. | ||
257 | -- | ||
253 | [[rust-analyzer.inlayHints.chainingHints]]rust-analyzer.inlayHints.chainingHints (default: `true`):: | 258 | [[rust-analyzer.inlayHints.chainingHints]]rust-analyzer.inlayHints.chainingHints (default: `true`):: |
254 | + | 259 | + |
255 | -- | 260 | -- |