docs: change formatting

This commit is contained in:
Veetaha 2020-03-08 19:01:31 +02:00
parent 6bd1ff16e5
commit 2847636d30

View file

@ -2,6 +2,13 @@
:toc: preamble :toc: preamble
:sectanchors: :sectanchors:
:page-layout: post :page-layout: post
// https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74#admonitions
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository // Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
@ -40,12 +47,15 @@ By default, the plugin will prompt you to download the matching version of the s
image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[] image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[]
> Note: to disable this notification put the following to `settings.json` [NOTE]
> ```json ====
{ To disable this notification put the following to `settings.json`
"rust-analyzer.askBeforeDownload": false
} [source,json]
``` ----
{ "rust-analyzer.askBeforeDownload": false }
----
====
The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.