Skip to content
Discussion options

You must be logged in to vote

Not a you problem, this reproduces here, and it is coming from gopls rather than the extension. gopls 0.22+ advertises interactiveResolveProvider: {"kinds":["command"]}, so vscode-go's forms feature sends command/resolve ahead of every workspace/executeCommand. resolveModifyTags in gopls/internal/golang/resolve.go switches on args.Modification and its default branch is that exact string. The palette command builds its args in goModifytags.ts with no modification key, hence the empty value after your colon.

Drove gopls v0.23.0 over stdio with the capability vscode-go declares: palette-shaped args return unsupported modify tags operation: , while by contrast the same request carrying "modif…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@J-Siu
Comment options

@J-Siu
Comment options

@J-Siu
Comment options

Answer selected by J-Siu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants