Skip to content

Commit 5d4f407

Browse files
committed
Don't require args on code action commands
Fixes microsoft#95909
1 parent 963b5e4 commit 5d4f407

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/editor/contrib/codeAction/codeActionCommands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function contextKeyForSupportedActions(kind: CodeActionKind) {
3939

4040
const argsSchema: IJSONSchema = {
4141
type: 'object',
42-
required: ['kind'],
4342
defaultSnippets: [{ body: { kind: '' } }],
4443
properties: {
4544
'kind': {

0 commit comments

Comments
 (0)