diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-03 17:29:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-03 17:29:18 +0800 |
commit | 7b76328600dd9bc5206f38a549da9e4f99c9ff84 (patch) | |
tree | 979dccdcb4c29a2f8e57f0730c0ff58b827b1af8 /.luarc.json | |
parent | ed6011c30754bfaa646f5a9a819f20f1f32cbfba (diff) | |
download | lua-language-server-7b76328600dd9bc5206f38a549da9e4f99c9ff84.zip |
#687 `---@nodiscard`
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.luarc.json b/.luarc.json index a1e5df0b..8dd4a5a9 100644 --- a/.luarc.json +++ b/.luarc.json @@ -18,10 +18,10 @@ "runtime": { "version": "Lua 5.4", "path": [ - "?.lua", "script/?.lua", "script/?/init.lua" - ] + ], + "pathStrict": true }, "workspace": { "maxPreload": 1600, |