diff options
author | sumneko <sumneko@hotmail.com> | 2022-01-23 03:43:08 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2022-01-23 03:43:08 +0800 |
commit | 1c8095439f8d738390b3cc19fa3f82853dd89f95 (patch) | |
tree | 2416df47fe8364ddf49b9ae43dc0de00d4f84f17 /test.lua | |
parent | e5ef01c23e250a869e2e023ba83de1f5a28feb97 (diff) | |
download | lua-language-server-1c8095439f8d738390b3cc19fa3f82853dd89f95.zip |
fix test
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -82,7 +82,9 @@ local function main() ---@async lclient():start(function (client) client:registerFakers() - client:initialize() + client:initialize { + rootUri = '', + } ws.awaitReady() |