1
1
name = " dou-lapcord"
2
2
author = " Dou"
3
- version = " 0.0.4 "
3
+ version = " 2.1.0 "
4
4
display-name = " Lapcord"
5
5
description = " Discord Rich Presence extension for Lapce Editor."
6
6
wasm = " bin/lapcord.wasm"
@@ -11,63 +11,48 @@ repository = "https://github.com/doupkg/lapcord"
11
11
language = []
12
12
workspace-contains = [" *" ]
13
13
14
- [config ."volt .serverPath" ]
15
- default = " "
16
- description = " Path to custom LSP executable"
17
-
18
- [config ."volt .serverArgs" ]
19
- default = []
20
- description = " Arguments to pass into LSP executable"
21
-
22
- [config ."lapcord .TimeoutToIdle" ]
23
- default = 60000
24
- description = """
25
- Timeout to show idle state
26
-
27
- Why?
28
- Lapce does not notify the server when a file is closed, so, auto idle shows idle state after a specific time.
29
-
30
- In Millisecons
31
- """
32
-
33
14
# Editing
34
- [config ."lapcord .editing .state" ]
35
- default = " Editing {filename}"
36
- description = " State when EDITING file"
37
-
38
15
[config ."lapcord .editing .details" ]
39
16
default = " "
40
- description = " Details when EDITING file"
41
-
42
- [config ."lapcord .editing .showTimestamp" ]
43
- default = true
44
- description = " Whether to show or not a timestamp when EDITING file"
17
+ description = " "
45
18
46
19
[config ."lapcord .editing .largeImageText" ]
47
20
default = " "
48
- description = " LargeImage Text when EDITING file"
21
+ description = " "
22
+
23
+ [config ."lapcord .editing .showTimestamp" ]
24
+ default = true
25
+ description = " "
49
26
50
27
[config ."lapcord .editing .smallImageText" ]
51
28
default = " "
52
- description = " SmallImage Text when EDITING file "
29
+ description = " "
53
30
54
- # Idle
55
- [config ."lapcord .idle .state" ]
56
- default = " Idle"
57
- description = " State when IDLE"
31
+ [config ."lapcord .editing .state" ]
32
+ default = " Editing {filename}"
33
+ description = " "
58
34
35
+ # Idle
59
36
[config ."lapcord .idle .details" ]
60
37
default = " "
61
- description = " Details when IDLE"
62
-
63
- [config ."lapcord .idle .showTimestamp" ]
64
- default = true
65
- description = " Whether to show or not a timestamp when IDLE"
38
+ description = " "
66
39
67
40
[config ."lapcord .idle .largeImageText" ]
68
41
default = " "
69
- description = " Text on large image when IDLE"
42
+ description = " "
43
+
44
+ [config ."lapcord .idle .showTimestamp" ]
45
+ default = true
46
+ description = " "
70
47
71
48
[config ."lapcord .idle .smallImageText" ]
72
49
default = " "
73
- description = " Text on small image when IDLE"
50
+ description = " "
51
+
52
+ [config ."lapcord .idle .state" ]
53
+ default = " Idle"
54
+ description = " "
55
+
56
+ [config ."lapcord .idle .timeout" ]
57
+ default = 60
58
+ description = " In seconds. Min 15s"
0 commit comments