Skip to content

Commit 2fdf332

Browse files
committed
Increased logging in textDocument/completion response message
1 parent 64a0e42 commit 2fdf332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: handler/handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ func (handler *InoHandler) transformClangdResult(method string, inoURI, cppURI l
12591259
}
12601260
}
12611261
r.Items = newItems
1262-
log.Printf("<-- completion(%d items)", len(r.Items))
1262+
log.Printf("<-- completion(%d items) cppToIno=%v", len(r.Items), cppToIno)
12631263
return r
12641264

12651265
case *lsp.DocumentSymbolArrayOrSymbolInformationArray:

0 commit comments

Comments
 (0)