diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-16 21:15:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-16 21:15:57 +0800 |
commit | 4d1a132100b8f4de26d2af6f69e2d98972ab59ea (patch) | |
tree | 9e9c2f6941b5a96e28a43785f74a2248eae5f047 /test/full | |
parent | e79c7c3b4e6ed66d4f43936510a29617485f5818 (diff) | |
download | lua-language-server-4d1a132100b8f4de26d2af6f69e2d98972ab59ea.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 36d80baa..a095f316 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', +}) ---@diagnostic disable: await-in-sync local function doProjects(pathname) |