-
Notifications
You must be signed in to change notification settings - Fork 0
/
volt.toml
58 lines (46 loc) · 1.08 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name = "dou-lapcord"
author = "Dou"
version = "2.1.0"
display-name = "Lapcord"
description = "Discord Rich Presence extension for Lapce Editor."
wasm = "bin/lapcord.wasm"
icon = "assets/logo.png"
repository = "https://github.com/doupkg/lapcord"
[activation]
language = []
workspace-contains = ["*"]
# Editing
[config."lapcord.editing.details"]
default = ""
description = ""
[config."lapcord.editing.largeImageText"]
default = ""
description = ""
[config."lapcord.editing.showTimestamp"]
default = true
description = ""
[config."lapcord.editing.smallImageText"]
default = ""
description = ""
[config."lapcord.editing.state"]
default = "Editing {filename}"
description = ""
# Idle
[config."lapcord.idle.details"]
default = ""
description = ""
[config."lapcord.idle.largeImageText"]
default = ""
description = ""
[config."lapcord.idle.showTimestamp"]
default = true
description = ""
[config."lapcord.idle.smallImageText"]
default = ""
description = ""
[config."lapcord.idle.state"]
default = "Idle"
description = ""
[config."lapcord.idle.timeout"]
default = 60
description = "In seconds. Min 15s"