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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
[2019-11-18 00:53:44.000][info]: [main:14]Lua Lsp startup, root: c:/Users/l/.vscode/extensions/sumneko.lua/server
[2019-11-18 00:53:44.001][debug]: [main:15]ROOT: c:/Users/l/.vscode/extensions/sumneko.lua/server
[2019-11-18 00:53:44.063][info]: [src.language:125]VSC language: zh-cn
[2019-11-18 00:53:44.063][info]: [src.language:126]LS language: zh-cn
[2019-11-18 00:53:44.194][debug]: [src.async.async:55]Create thread, id: 1 task: proto
[2019-11-18 00:53:44.208][debug]: [src.service:791]collectgarbage: 0.014
[2019-11-18 00:53:44.208][debug]: [src.service:862]
State
Main Mem: [8412.208]kb
#001 Mem: <Unknown>
-------------------
CachedVM: [0]
AlivedVM: [0]
DeadVM: [0]
-------------------
CachedSrc: [0]
AlivedSrc: [1]
DeadSrc: [0]
-------------------
CachedFunc:[0]
AlivedFunc:[0]
DeadFunc: [0]
-------------------
TotalVal: [0]
DeadVal: [0]
-------------------
TotalLoc: [0]
TotalEmmy: [10]
[2019-11-18 00:53:44.208][debug]: [src.service:904]test memory: 0.000
[2019-11-18 00:53:44.228][debug]: [src.config:184]Config update: {
completion = {
callSnippet = "Disable",
enable = true,
keywordSnippet = "Replace",
},
diagnostics = {
disable = {
},
enable = true,
globals = {
},
severity = {
["ambiguity-1"] = "Warning",
["duplicate-index"] = "Warning",
["duplicate-method"] = "Warning",
["emmy-lua"] = "Warning",
["empty-block"] = "Hint",
["global-in-nil-env"] = "Warning",
["lowercase-global"] = "Information",
["newfield-call"] = "Warning",
["newline-call"] = "Information",
["redefined-local"] = "Hint",
["redundant-parameter"] = "Hint",
["redundant-value"] = "Hint",
["set-const"] = "Error",
["trailing-space"] = "Hint",
["undefined-env-child"] = "Information",
["undefined-global"] = "Warning",
["unused-function"] = "Hint",
["unused-label"] = "Hint",
["unused-local"] = "Hint",
["unused-vararg"] = "Hint",
},
},
plugin = {
enable = false,
path = ".vscode/lua-plugin/*.lua",
},
runtime = {
library = {
},
path = {
[1] = "?.lua",
[2] = "?/init.lua",
[3] = "?/?.lua",
},
version = "Lua 5.4",
},
workspace = {
ignoreDir = {
[".vscode"] = true,
},
ignoreSubmodules = true,
library = {
},
maxPreload = 300,
preloadFileSize = 100,
useGitIgnore = true,
},
} {
associations = {
["*.lni"] = "lua",
},
exclude = {
["**/.DS_Store"] = true,
["**/.git"] = true,
["**/.hg"] = true,
["**/.svn"] = true,
["**/CVS"] = true,
},
}
[2019-11-18 00:53:44.314][debug]: [src.service:347]reCompile: 1 1
[2019-11-18 00:53:44.340][debug]: [src.service:791]collectgarbage: 0.026
[2019-11-18 00:53:44.340][debug]: [src.service:862]
State
Main Mem: [9383.160]kb
#001 Mem: [96.560]kb
-------------------
CachedVM: [0]
AlivedVM: [0]
DeadVM: [0]
-------------------
CachedSrc: [0]
AlivedSrc: [1]
DeadSrc: [1]
-------------------
CachedFunc:[0]
AlivedFunc:[0]
DeadFunc: [0]
-------------------
TotalVal: [287]
DeadVal: [287]
-------------------
TotalLoc: [0]
TotalEmmy: [10]
[2019-11-18 00:53:44.340][debug]: [src.service:904]test memory: 0.000
[2019-11-18 00:53:44.340][debug]: [src.capability.completion:19]Enable completion.
[2019-11-18 00:53:44.340][debug]: [src.async.async:55]Create thread, id: 2 task: loadfile
[2019-11-18 00:53:44.341][info]: [src.workspace:187]Workspace inited, root: e:/Github/test
[2019-11-18 00:53:44.341][info]: [src.workspace:188]Workspace inited, uri: file:///e%3A/Github/test
[2019-11-18 00:53:44.341][info]: [src.workspace:190]Log path: c:/Users/l/.vscode/extensions/sumneko.lua/server/log/file_e%3A_Github_test.log
|