We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c078249 commit a0a0341Copy full SHA for a0a0341
internal/lsp/cmd/suggested_fix.go
@@ -82,7 +82,7 @@ func (s *suggestedfix) Run(ctx context.Context, args ...string) error {
82
}
83
actions, err := conn.CodeAction(ctx, &p)
84
if err != nil {
85
- return err
+ return errors.Errorf("%v: %v", spn, err)
86
87
var edits []protocol.TextEdit
88
for _, a := range actions {
0 commit comments