mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
docs: change formatting
This commit is contained in:
parent
6bd1ff16e5
commit
2847636d30
1 changed files with 16 additions and 6 deletions
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue