diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 21:43:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 21:43:34 +0800 |
commit | e9c0fee9f413cc55d141231a40775cb48037ccf3 (patch) | |
tree | 01b7e8c3a233fe3dbf8b8cc6d5615c82ddb5b305 | |
parent | 012572850ec31efbfe8cbcdb18be06750346e170 (diff) | |
download | lua-language-server-e9c0fee9f413cc55d141231a40775cb48037ccf3.zip |
stash
-rw-r--r-- | .luarc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index a5eed93c..5a32f889 100644 --- a/.luarc.json +++ b/.luarc.json @@ -10,7 +10,8 @@ ], "neededFileStatus": { "undefined-field": "Any", - "await-in-sync": "any" + "await-in-sync": "Any", + "not-yieldable": "Any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" |