diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-08 15:54:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-08 15:54:58 +0800 |
commit | 93abb07995244becd028828c1bfb9ee4a76ca7f9 (patch) | |
tree | be0f7cfe7a3c86eec157585f82f407ed067b5f59 /.luarc.json | |
parent | e9c0fee9f413cc55d141231a40775cb48037ccf3 (diff) | |
parent | 5a8e3212d25a5c511e25cdf00232e807a7fb5da7 (diff) | |
download | lua-language-server-93abb07995244becd028828c1bfb9ee4a76ca7f9.zip |
Merge branch 'master' into not-yieldable
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.luarc.json b/.luarc.json index 5a32f889..6ace9089 100644 --- a/.luarc.json +++ b/.luarc.json @@ -11,7 +11,8 @@ "neededFileStatus": { "undefined-field": "Any", "await-in-sync": "Any", - "not-yieldable": "Any" + "not-yieldable": "Any", + "discard-returns": "Any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" @@ -19,10 +20,10 @@ "runtime": { "version": "Lua 5.4", "path": [ - "?.lua", "script/?.lua", "script/?/init.lua" - ] + ], + "pathStrict": true }, "workspace": { "maxPreload": 1600, |