From bf8396b4718aec850a1c1b82428f3d7c0fb5e96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 22 Feb 2021 19:18:05 +0800 Subject: Revert "fix #400 dont show description of interface" This reverts commit 99b2d0ee4994aceefca8911f8f9ec18a977aa909. --- script/core/completion.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/script/core/completion.lua b/script/core/completion.lua index fe6ff2ef..8780c215 100644 --- a/script/core/completion.lua +++ b/script/core/completion.lua @@ -1408,6 +1408,7 @@ local function checkTableLiteralField(ast, text, offset, call, funcs, index, res id = stack(function () return { detail = buildDetail(field), + description = buildDesc(field), } end), } -- cgit v1.2.3