Add "title" to the Command in code actions (#288)

pull/292/head
Cyril Dutrieux 1 year ago committed by GitHub
parent f7d4db07d6
commit 6401a4e1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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},
},

Loading…
Cancel
Save