diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-16 21:15:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-18 17:11:15 +0800 |
commit | be7784375a1da83ded98af98ae87d36b2b7f4aa2 (patch) | |
tree | 8c52e55bc272259b16cf2dc6d343ab70a1293b99 /test/full | |
parent | eae8ad580971c7a12c1324476fa0335551445cef (diff) | |
download | lua-language-server-be7784375a1da83ded98af98ae87d36b2b7f4aa2.zip |
update
Diffstat (limited to 'test/full')
-rw-r--r-- | test/full/projects.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/full/projects.lua b/test/full/projects.lua index 316b554d..b5523fed 100644 --- a/test/full/projects.lua +++ b/test/full/projects.lua @@ -7,7 +7,10 @@ local ws = require 'workspace' local fs = require 'bee.filesystem' config.set('Lua.workspace.preloadFileSize', 1000000) -config.set('Lua.diagnostics.neededFileStatus', {}) +config.set('Lua.diagnostics.neededFileStatus', { + ['await-in-sync'] = 'Any', + ['not-yieldable'] = 'Any', +}) local function doProjects(pathname) files.removeAll() |