ryuta46 / vscode-multi-command

Visual Studio Code Plugin named multi-command
MIT License
229 stars 14 forks source link

Value is not accepted. Valid values: #21

Closed gunhanselas closed 3 years ago

gunhanselas commented 4 years ago

When trying to save my keybinding it has a warning like that. And my short cut doesn't work.

ArturoDent commented 4 years ago

Show your keybinding. Are you using this form:

{ 
    "key": "F1", 
    "command": "extension.multiCommand.execute" , 
    "args": { "command": "multiCommand.down3Lines" },
    "when": "editorTextFocus"
},
ryuta46 commented 3 years ago

@gunhanselas If you have keybindings which don't work as you expected, please reopen this issue and share your settings and keybindings. Thanks.