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.
@ramya-rao-a , it does seem to work after I updated the language server. I did not remember that language-server was installed via a separate go get command. Sorry about this. Although the UI appears slightly different. I guess that may be the difference with langage-server mode.
With language-server
With-out language-server
NOTE: The syntax error (red underline) shown on package main line is because of microsoft/vscode-go#1914 (unrelated to this issue). At the moment, vs code won't work for me until that is fixed. I will update this ticket after that spurious error is resolved.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a package have 2 Go files
The first file:
The second file:
The symbol provider doesnt provide any symbols for the second file.
cc @harikb
Related to microsoft/vscode-go#1864
The text was updated successfully, but these errors were encountered: