This repository was archived by the owner on Jul 15, 2023. It is now read-only.
It seems that the integration with gopls stops working if there is a custom build tag #2477
Labels
upstream-gopls
Issue for gopls
I have intergration test. First line is:
// +build integration
All features (autocomplete, hovers, ...) of vscode-go 0.10.1 are working until suddenly moment, after which I only have stay with syntax highlighting without any other Go support.
I use modules and gopls.
When I try to get hover tooltip for standard function, gopls reports error like this (part of file path is hidden with '...'):
But when I removed build tag and save file, extension is became alive and started to work as usual...
The text was updated successfully, but these errors were encountered: