Skip to content

Commit

Permalink
Don't require args for refactor command
Browse files Browse the repository at this point in the history
Fixes #95909
  • Loading branch information
mjbvz committed Apr 22, 2020
1 parent fb40126 commit 72e1d20
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -114,7 +114,6 @@ export class CodeActionsContribution extends Disposable implements IWorkbenchCon
}
},
then: {
required: ['args'],
properties: {
'args': {
required: ['kind'],
Expand Down

0 comments on commit 72e1d20

Please sign in to comment.