diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-30 15:51:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-30 15:51:13 +0800 |
commit | cfbeb125b642836f88052a67826599b2912b2311 (patch) | |
tree | d6c66356331e56900a955a31a6e7964f35a100c7 /server/test/completion/init.lua | |
parent | b4ac3e62ed182b5706e172323cd81cf11275818b (diff) | |
download | lua-language-server-cfbeb125b642836f88052a67826599b2912b2311.zip |
使用source来找field
Diffstat (limited to 'server/test/completion/init.lua')
-rw-r--r-- | server/test/completion/init.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/test/completion/init.lua b/server/test/completion/init.lua index a2452eb1..848162c3 100644 --- a/server/test/completion/init.lua +++ b/server/test/completion/init.lua @@ -546,10 +546,6 @@ xxxx@ ]] { { - label = 'xxxx', - kind = CompletionItemKind.Variable, - }, - { label = 'XXXX', kind = CompletionItemKind.Variable, } |