diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 10:37:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 10:37:12 +0800 |
commit | 6467232bd9e5099be378b7a17bd183ef810c0d2d (patch) | |
tree | 8f702eb792162f69f1f86f96f8b7ab8c31d50d99 /test/completion | |
parent | 6597f469276880db153b301da3daf7a79bd2f98e (diff) | |
download | lua-language-server-6467232bd9e5099be378b7a17bd183ef810c0d2d.zip |
remove optimization of fastGlobal
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/completion/init.lua b/test/completion/init.lua index b117e4d8..b5eac60b 100644 --- a/test/completion/init.lua +++ b/test/completion/init.lua @@ -1236,12 +1236,10 @@ loadstring$ { label = 'loadstring', kind = define.CompletionItemKind.Function, - deprecated = true, }, { label = 'loadstring()', kind = define.CompletionItemKind.Snippet, - deprecated = true, }, } |