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-16 21:15:57 +0800
commit4d1a132100b8f4de26d2af6f69e2d98972ab59ea (patch)
tree9e9c2f6941b5a96e28a43785f74a2248eae5f047 /test/full
parente79c7c3b4e6ed66d4f43936510a29617485f5818 (diff)
downloadlua-language-server-4d1a132100b8f4de26d2af6f69e2d98972ab59ea.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 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)