We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14274fa commit ccbc0c6Copy full SHA for ccbc0c6
ls/ls.go
@@ -452,7 +452,7 @@ func (ls *INOLanguageServer) TextDocumentSignatureHelpReqFromIDE(ctx context.Con
452
453
logger.Logf("%s", inoTextDocumentPosition)
454
cppTextDocumentPosition, err := ls.ino2cppTextDocumentPositionParams(logger, inoTextDocumentPosition)
455
- if err == nil {
+ if err != nil {
456
logger.Logf("Error: %s", err)
457
return nil, &jsonrpc.ResponseError{Code: jsonrpc.ErrorCodesInternalError, Message: err.Error()}
458
}
0 commit comments