未验证 提交 74263a78 编写于 作者: A Alexandru Dima 提交者: GitHub

Merge pull request #64189 from usernamehw/keybindings_command

Use string type for `command` property
......@@ -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': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册