generated from lapce-community/lapce-volt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
volt.toml
44 lines (35 loc) · 1.01 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
name = "csharp"
version = "2.0.0"
author = "sharpSteff"
display-name = "C#"
description = "C# for lapce using csharp-ls"
wasm = "target/wasm32-wasi/release/lapce-plugin-csharp.wasm"
icon = "logo.png"
repository = "https://github.com/sharpSteff/lapce-csharp-plugin.git"
[activation]
language = ["csharp"]
workspace-contains = ["*/*.csx", "*/*.cs", "*/*.sln"]
[config."volt.serverPath"]
default = ""
description = "Path to custom LSP executable"
[config."volt.serverArgs"]
default = [""]
description = "LSP server arguments to pass when launching"
[config."csharp.solution"]
default = ""
description = "Path to the solution file"
[config."csharp.loglevel"]
default = "error"
description = "the default log level"
[config."csharp.plugindebug"]
default = "false"
description = "enables detailed logging about the plugin-lsp interaction"
# [config."lspSettingArray"]
# default = []
# description = ""
# [config."lspSettingString"]
# default = ""
# description = ""
# [config."lspSettingBool"]
# default = false
# description = ""