diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-17 15:32:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-17 15:32:44 +0800 |
commit | c2d2e7a92461dafab0b3446cd30db67d00eed570 (patch) | |
tree | 2c31d3e01084f5dc460ebd9d65c250fc330fa76a /.luarc.json | |
parent | 604d6a6aad7eaa173a4fb9d7dd49b8ac2f6976d9 (diff) | |
download | lua-language-server-c2d2e7a92461dafab0b3446cd30db67d00eed570.zip |
prepare client test
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index a8f8bbe2..3a325ee7 100644 --- a/.luarc.json +++ b/.luarc.json @@ -20,7 +20,9 @@ "version": "Lua 5.4", "path": [ "script/?.lua", - "script/?/init.lua" + "script/?/init.lua", + "test/?.lua", + "test/?/init.lua" ], "pathStrict": true }, |