diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-04-16 08:04:52 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-04-16 08:05:07 +0300 |
| commit | f77adb3a232eb612771436565e21e62ab2cd86e1 (patch) | |
| tree | 5725e5c27f8ddf877a839e4283770e2945fc430e /docs/user | |
| parent | 7ce3ca5aabb906ac06c5132ef5b333a7c3af1b98 (diff) | |
Remove old inlay hints settings
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/manual.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 84dc6552484..27f10da1032 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -722,7 +722,7 @@ Just add this to your `settings.json`: { "editor.inlayHints.fontFamily": "Courier New", "editor.inlayHints.fontSize": 11, - + "workbench.colorCustomizations": { // Name of the theme you are currently using "[Default Dark+]": { @@ -797,8 +797,8 @@ For example: [source,json] ---- { - "key": "ctrl+i", - "command": "rust-analyzer.toggleInlayHints", + "key": "ctrl+alt+d", + "command": "rust-analyzer.openDocs", "when": "inRustProject" } ---- |
