Replies: 1 comment 3 replies
|
Not a you problem, this reproduces here, and it is coming from gopls rather than the extension. gopls 0.22+ advertises Drove gopls v0.23.0 over stdio with the capability vscode-go declares: palette-shaped args return So check |

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 sendscommand/resolveahead of everyworkspace/executeCommand.resolveModifyTagsin gopls/internal/golang/resolve.go switches onargs.Modificationand its default branch is that exact string. The palette command builds its args in goModifytags.ts with nomodificationkey, 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…