diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-01 19:51:49 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-01 19:51:49 +0800 |
commit | 268aee4c5e0851b9cd5a391569bec5371aa124eb (patch) | |
tree | 5eea638e16fb2ad637a346e1cbaf1c590c9e91a5 /script/global.d.lua | |
parent | 73c405b176ef9aa8468c6279fab883943def7ade (diff) | |
download | lua-language-server-268aee4c5e0851b9cd5a391569bec5371aa124eb.zip |
offline diagnostic
Diffstat (limited to 'script/global.d.lua')
-rw-r--r-- | script/global.d.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/global.d.lua b/script/global.d.lua index 2bc32c29..793f687d 100644 --- a/script/global.d.lua +++ b/script/global.d.lua @@ -43,3 +43,6 @@ PREVIEW = false --check path ---@type string CHECK = '' + +---@type string | '"Error"' | '"Warning"' | '"Information"' | '"Hint"' +CHECKLEVEL = 'Warning' |