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 Jul 15, 2023. It is now read-only.
When editing a go file with the langserver option enabled, the go language server output window opens often and displays various error, for example when saving a file containing compiling errors. When closing the pane, it reopens shortly after.
Example of the errors in the output pane:
[Error - 10:46:43 AM] Request textDocument/signatureHelp failed.
Message: import "/home/michael/workspace/go/micmail": cannot import absolute path
Code: 0
jsonrpc2 handler: notification "textDocument/didOpen" handling error: Open git:/home/michael/workspace/go/micmail/imapHandler.go?%7B%22path%22%3A%22%2Fhome%2Fmichael%2Fworkspace%2Fgo%2Fmicmail%2FimapHandler.go%22%2C%22ref%22%3A%22~%22%7D: unable to read out-of-workspace resource from virtual file system
jsonrpc2 handler: notification "textDocument/didChange" handling error: Open git:/home/michael/workspace/go/micmail/imapHandler.go?%7B%22path%22%3A%22%2Fhome%2Fmichael%2Fworkspace%2Fgo%2Fmicmail%2FimapHandler.go%22%2C%22ref%22%3A%22~%22%7D: unable to read out-of-workspace resource from virtual file system
jsonrpc2 handler: notification "textDocument/didClose" handling error: Open git:/home/michael/workspace/go/micmail/imapHandler.go?%7B%22path%22%3A%22%2Fhome%2Fmichael%2Fworkspace%2Fgo%2Fmicmail%2FimapHandler.go%22%2C%22ref%22%3A%22~%22%7D: unable to read out-of-workspace resource from virtual file system
[Error - 10:55:11 AM] Request textDocument/signatureHelp failed.
Message: import "/home/michael/workspace/go/micmail": cannot import absolute path
Code: 0
Version 1.23.0
Commit 7c7da59c2333a1306c41e6e7b68d7f0caa7b3d45
Date 2018-05-03T15:23:19.356Z
Shell 1.7.12
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
Fedora 28
Steps to Reproduce:
Enable language server in settings and restart vscode
Start editing some code and write some code causing compilation errors :)
Save the file
The text was updated successfully, but these errors were encountered:
mthenault
changed the title
go-langserver output pane re-opens after being manualy closed
go-langserver output pane re-opens after being manually closed
May 6, 2018
When editing a go file with the langserver option enabled, the go language server output window opens often and displays various error, for example when saving a file containing compiling errors. When closing the pane, it reopens shortly after.
Example of the errors in the output pane:
This seems to be similar to this: felixfbecker/vscode-php-intellisense#65
I'm running :
Version 1.23.0
Commit 7c7da59c2333a1306c41e6e7b68d7f0caa7b3d45
Date 2018-05-03T15:23:19.356Z
Shell 1.7.12
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
Fedora 28
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: