Currently I think the only way to perform multiple commands in succession is to create an extension. It would be good if this was supported by keybindings.json.
Suggested syntax, it also shows how useful/powerful it can be:
{
"key": "ctrl+`",
"command": [
"workbench.action.toggleMaximizedPanel"
"workbench.action.terminal.focus"
],
"when": "!terminalFocus"
}
https://marketplace.visualstudio.com/items?itemName=geddski.macros looks like a workaround for this for now.
This would be useful to have outof the box.
@Tyriar, isn't this a duplicate of https://github.com/Microsoft/vscode/issues/871 ?
@usernamehw looks like it, thanks!
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
Happy Coding!
Most helpful comment
This would be useful to have outof the box.