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
We want to establish a new WebSocket connection to gopls with the ace-linter client.
Actual Behavior
Establish the connection with the WebSocket using a custom implementation or goplsws and the session is wrongly established and the linting for example not work properly.
@Kortivex, right... My goplsws repo was a bit outdated, so I've updated it now. Also, I have written a small guide for using gopls with ace-linters. It should work now, but I can't promise it will work perfectly, especially since I don't have a good configuration for the Go server. In the future, I plan to provide a way to set normal paths for documents in linters itself, so it will work with any WebSocket server/bridge.
Expected Behavior
We want to establish a new WebSocket connection to
gopls
with theace-linter
client.Actual Behavior
Establish the connection with the WebSocket using a custom implementation or
goplsws
and the session is wrongly established and the linting for example not work properly.Steps to Reproduce the Problem
gopls
(WebSocket):gopls
established.Specifications
Can be a misconfiguration or bad server connection establishment?
The text was updated successfully, but these errors were encountered: