diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-23 19:37:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-23 19:37:58 +0800 |
commit | e185f2f4ca0df0654359537bb7df352eb0b2697b (patch) | |
tree | 9a4d5bf3abca83ad759b91afc45cf4da368a210d /script/provider | |
parent | f1e6d2b134af4f44ecbd5a7d8c465ccce6d36939 (diff) | |
download | lua-language-server-e185f2f4ca0df0654359537bb7df352eb0b2697b.zip |
check global version
Diffstat (limited to 'script/provider')
-rw-r--r-- | script/provider/diagnostic.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/provider/diagnostic.lua b/script/provider/diagnostic.lua index e31d532e..40849638 100644 --- a/script/provider/diagnostic.lua +++ b/script/provider/diagnostic.lua @@ -85,6 +85,7 @@ local function buildDiagnostic(uri, diag) message = diag.message, code = diag.code, tags = diag.tags, + data = diag.data, relatedInformation = relatedInformation, } end |