Skip to content

Commit 99b2d0e

Browse files
committed
fix #400 dont show description of interface
1 parent 39118d0 commit 99b2d0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/core/completion.lua

-1
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,6 @@ local function checkTableLiteralField(ast, text, offset, call, funcs, index, res
14101410
id = stack(function ()
14111411
return {
14121412
detail = buildDetail(field),
1413-
description = buildDesc(field),
14141413
}
14151414
end),
14161415
}

0 commit comments

Comments
 (0)