Skip to content

Instantly share code, notes, and snippets.

@myitcv
Created June 29, 2019 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myitcv/89cafa97b2b24b852eb7532f29fb10a4 to your computer and use it in GitHub Desktop.
Save myitcv/89cafa97b2b24b852eb7532f29fb10a4 to your computer and use it in GitHub Desktop.
Go #31883 log
[Trace - 11:58:47 AM] Sending notification 'textDocument/didOpen'.
Params: {"textDocument":{"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","languageId":"go","version":0,"text":"package main\n"}}
[Trace - 11:58:47 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[]}
[Trace - 11:58:49 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":1,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":1,"character":0}},"text":"\n"}]}
[Trace - 11:58:49 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[]}
[Trace - 11:58:50 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":2,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":2,"character":0}},"text":"\n\n"}]}
[Trace - 11:58:50 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[]}
[Trace - 11:58:50 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":3,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":2,"character":0},"end":{"line":3,"character":0}},"text":"v\n"}]}
[Trace - 11:58:50 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[{"range":{"start":{"line":2,"character":0},"end":{"line":2,"character":0}},"severity":1,"source":"LSP","message":"expected declaration, found v"}]}
[Trace - 11:58:50 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":4,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":2,"character":0},"end":{"line":3,"character":0}},"text":"va\n"}]}
[Trace - 11:58:50 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[{"range":{"start":{"line":2,"character":0},"end":{"line":2,"character":0}},"severity":1,"source":"LSP","message":"expected declaration, found va"}]}
[Trace - 11:58:50 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":5,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":2,"character":0},"end":{"line":3,"character":0}},"text":"var\n"}]}
[Trace - 11:58:50 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[{"range":{"start":{"line":2,"character":4},"end":{"line":2,"character":4}},"severity":1,"source":"LSP","message":"expected ';', found 'EOF'"}]}
[Trace - 11:58:50 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":6,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":2,"character":0},"end":{"line":3,"character":0}},"text":"var \n"}]}
[Trace - 11:58:50 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[{"range":{"start":{"line":2,"character":5},"end":{"line":2,"character":5}},"severity":1,"source":"LSP","message":"expected ';', found 'EOF'"}]}
[Trace - 11:58:51 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":7,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":2,"character":0},"end":{"line":3,"character":0}},"text":"var _\n"}]}
[Trace - 11:58:51 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[{"range":{"start":{"line":2,"character":4},"end":{"line":2,"character":4}},"severity":1,"source":"LSP","message":"missing variable type or initialization"}]}
[Trace - 11:58:52 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":8,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":2,"character":0},"end":{"line":3,"character":0}},"text":"var _ \n"}]}
[Trace - 11:58:52 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[{"range":{"start":{"line":2,"character":4},"end":{"line":2,"character":4}},"severity":1,"source":"LSP","message":"missing variable type or initialization"}]}
[Trace - 11:58:53 AM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":9,"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go"},"contentChanges":[{"range":{"start":{"line":2,"character":0},"end":{"line":3,"character":0}},"text":"var _ *\n"}]}
[Trace - 11:58:53 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/myitcv/gostuff/src/github.com/myitcv/playground/main.go","diagnostics":[{"range":{"start":{"line":2,"character":8},"end":{"line":2,"character":8}},"severity":1,"source":"LSP","message":"expected ';', found 'EOF'"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment