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
As part of the efforts to reduce third party dependencies in the VSCode go extension, we added refactoring codeactions for add and remove struct tags in gopls. Before we can remove the extension functionality for struct tags, we need to evaluate whether people are using the gopls replacement.
We will add two new counters:
gopls/structtags:add - user initiates add struct tags refactoring codeaction
gopls/structtags:remove - user initiates add remove tags refactoring codeaction