-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathvolt.toml
32 lines (26 loc) · 878 Bytes
/
volt.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "lapce-rust"
version = "0.3.1932"
author = "Lapce"
display-name = "Rust"
description = "Rust for Lapce: powered by Rust Analyzer"
wasm = "lapce-rust.wasm"
icon = "rust-logo.png"
repository = "https://github.com/lapce/lapce-rust"
[activation]
language = ["rust"]
workspace-contains = ["*/Cargo.toml"]
[config."serverPath"]
default = ""
description = "Path to rust-analyzer executable. When empty, it points to the bundled binary."
[config."diagnostics.enable"]
default = true
description = "Whether to show native rust-analyzer diagnostics."
[config."diagnostics.experimental.enable"]
default = true
description = "Whether to show native rust-analyzer diagnostics."
[config."checkOnSave"]
default = true
description = "Run the check command for diagnostics on save."
[config."check.command"]
default = "check"
description = "Cargo command to use for `cargo check`."