diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-22 15:01:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-22 15:01:45 +0800 |
commit | 0c364067c6350e0c524e2f772f733b6ebb6f902c (patch) | |
tree | 1c49975d7886490adc283d40077c1f343f10c255 /.luarc.json | |
parent | f08a882687302e311b3a92fa8f2ac25aaa145218 (diff) | |
download | lua-language-server-0c364067c6350e0c524e2f772f733b6ebb6f902c.zip |
fix luarc
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index 5012f62b..2a2fcd2f 100644 --- a/.luarc.json +++ b/.luarc.json @@ -20,7 +20,7 @@ "?.lua", "script/?.lua", "script/?/init.lua" - ], + ] }, "workspace": { "maxPreload": 1600, |