aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-08 17:01:31 +0000
committerVeetaha <[email protected]>2020-03-08 17:10:52 +0000
commit2847636d3038fd6274d278170d75fe3c0c5ecaf0 (patch)
tree7e488a9725ecff1d258d1a404bf5b7ea4483690b /docs
parent6bd1ff16e5e517c89a154b9b26847d20656e1184 (diff)
docs: change formatting
Diffstat (limited to 'docs')
-rw-r--r--docs/user/readme.adoc22
1 files changed, 16 insertions, 6 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 4ce05a26c..d2feac0d7 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -2,6 +2,13 @@
2:toc: preamble 2:toc: preamble
3:sectanchors: 3:sectanchors:
4:page-layout: post 4:page-layout: post
5// https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74#admonitions
6:tip-caption: :bulb:
7:note-caption: :information_source:
8:important-caption: :heavy_exclamation_mark:
9:caution-caption: :fire:
10:warning-caption: :warning:
11
5 12
6 13
7// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository 14// 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
40 47
41image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[] 48image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[]
42 49
43> Note: to disable this notification put the following to `settings.json` 50[NOTE]
44> ```json 51====
45{ 52To disable this notification put the following to `settings.json`
46 "rust-analyzer.askBeforeDownload": false 53
47} 54[source,json]
48``` 55----
56{ "rust-analyzer.askBeforeDownload": false }
57----
58====
49 59
50The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. 60The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
51 61