summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-16 21:15:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-18 17:11:15 +0800
commitbe7784375a1da83ded98af98ae87d36b2b7f4aa2 (patch)
tree8c52e55bc272259b16cf2dc6d343ab70a1293b99 /test/full
parenteae8ad580971c7a12c1324476fa0335551445cef (diff)
downloadlua-language-server-be7784375a1da83ded98af98ae87d36b2b7f4aa2.zip
update
Diffstat (limited to 'test/full')
-rw-r--r--test/full/projects.lua5
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()