Skip to content

Commit

Permalink
Merge pull request #64189 from usernamehw/keybindings_command
Browse files Browse the repository at this point in the history
Use string type for `command` property
  • Loading branch information
alexdima committed Dec 3, 2018
2 parents 2122d7e + f70c402 commit 74263a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ let schema: IJSONSchema = {
'description': nls.localize('keybindings.json.key', "Key or key sequence (separated by space)"),
},
'command': {
'type': 'string',
'description': nls.localize('keybindings.json.command', "Name of the command to execute"),
},
'when': {
Expand Down

0 comments on commit 74263a7

Please sign in to comment.