Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration.md')
| -rw-r--r-- | docs/book/src/configuration.md | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/book/src/configuration.md b/docs/book/src/configuration.md index 708eecd435..789ceb4ca0 100644 --- a/docs/book/src/configuration.md +++ b/docs/book/src/configuration.md @@ -26,16 +26,18 @@ value. For example, a very common configuration is to enable proc-macro support, can be achieved by sending this JSON: - { - "cargo": { - "buildScripts": { - "enable": true, - }, - }, - "procMacro": { - "enable": true, - } - } +```json +{ + "cargo": { + "buildScripts": { + "enable": true, + }, + }, + "procMacro": { + "enable": true, + } +} +``` Please consult your editor’s documentation to learn more about how to configure [LSP |