Skip to content

Commit c0c9782

Browse files
committed
修复合并错误
1 parent dd01511 commit c0c9782

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

EmmyLua-LS/src/main/kotlin/com/tang/vscode/LuaTextDocumentService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ class LuaTextDocumentService(private val workspace: LuaWorkspaceService) : TextD
554554
val list = mutableListOf<SignatureInformation>()
555555
var activeParameter = 0
556556
var activeSig = 0
557-
var signatureHelp: SignatureHelp? = null
558557
if(params != null) {
559558
withPsiFile(params.textDocument, params.position) { _, psiFile, i ->
560559
val callExpr = PsiTreeUtil.findElementOfClassAtOffset(psiFile, i, LuaCallExpr::class.java, false)

0 commit comments

Comments
 (0)