You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Hi, I use emacs, and configure company-lsp and lsp-go for go mode, and I've found there is these errors keep annoying me.
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\n'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\v'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\f'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\f'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\f'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\r'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\x0e'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\x0e'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\a' '\x00'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\a' '\x00'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\x00'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
jsonrpc2 handler: notification "textDocument/didChange" handling error: received textDocument/didChange for invalid position {'\x06' '\x00'} on "file:///Users/jenenliu/go/src/tcpserver.go": file only has 6 lines
Mac High Sierra
Emacs 26
thanks
The text was updated successfully, but these errors were encountered:
@keegancsmith my Emacs shows encoding is utf-8-unix, and I install go-langserver by go get -u github.com/sourcegraph/go-langserver, it should be the latest version, seems this is a different problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I use emacs, and configure company-lsp and lsp-go for go mode, and I've found there is these errors keep annoying me.
Mac High Sierra
Emacs 26
thanks
The text was updated successfully, but these errors were encountered: