summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-02 21:43:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-02 21:43:34 +0800
commite9c0fee9f413cc55d141231a40775cb48037ccf3 (patch)
tree01b7e8c3a233fe3dbf8b8cc6d5615c82ddb5b305
parent012572850ec31efbfe8cbcdb18be06750346e170 (diff)
downloadlua-language-server-e9c0fee9f413cc55d141231a40775cb48037ccf3.zip
stash
-rw-r--r--.luarc.json3
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"