diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-07 17:15:59 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-07 17:15:59 +0800 |
commit | 2acaf8a90b8a0b061711b09f830515ac3861cfd2 (patch) | |
tree | 625bcc914e21d5fcbf8fb8c91168c5fa35e9a6b6 /test.lua | |
parent | 799927b8b97429a29455713564fafcbf43f277c8 (diff) | |
download | lua-language-server-2acaf8a90b8a0b061711b09f830515ac3861cfd2.zip |
stash
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ local function loadDocMetas() local fsu = require 'fs-utility' local client = require 'client' client.client 'vscode' - library.init() for _, path in ipairs(library.metaPaths) do local uri = furi.encode(path) files.setText(uri, fsu.loadFile(path)) |