diff options
Diffstat (limited to 'log/service.log')
-rw-r--r-- | log/service.log | 133 |
1 files changed, 0 insertions, 133 deletions
diff --git a/log/service.log b/log/service.log deleted file mode 100644 index 9cc3c1d8..00000000 --- a/log/service.log +++ /dev/null @@ -1,133 +0,0 @@ -[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 |