diff --git a/internal/adapter/lsp/server.go b/internal/adapter/lsp/server.go index e5542ec..f9b2942 100644 --- a/internal/adapter/lsp/server.go +++ b/internal/adapter/lsp/server.go @@ -428,6 +428,7 @@ func NewServer(opts ServerOpts) *Server { Title: actionTitle, Kind: stringPtr(protocol.CodeActionKindRefactor), Command: &protocol.Command{ + Title: actionTitle, Command: cmdNew, Arguments: []interface{}{wd, jsonOpts}, },