diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-30 21:57:51 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-30 21:57:51 +0800 |
commit | 618333cc27b1ec825400090778bdd1a03d3cf3dd (patch) | |
tree | 552f517d4f2c93419d9d11f0c99f84181990787e /test.lua | |
parent | 2f040f7bb5f30e9b101a8b08debcd0a3a4d1bdd1 (diff) | |
download | lua-language-server-618333cc27b1ec825400090778bdd1a03d3cf3dd.zip |
update
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -37,9 +37,8 @@ local function loadDocMetas() local furi = require 'file-uri' local fsu = require 'fs-utility' local client = require 'client' - local scope = require 'workspace.scope' client.client 'vscode' - for _, path in ipairs(library.metaPaths) do + for path in pairs(library.metaPaths) do local uri = furi.encode(path) files.setText(uri, fsu.loadFile(path)) --scope.fallback:addLink(uri) |