macros
macros copied to clipboard
Macro into terminal
I'm able to make a macro that switches focus to the embedded terminal, but if the macro tries to type a command in the terminal, it gets pasted in the former code window. Here's what I have:
"workbench.action.terminal.focus",
{"command": "type", "args": {"text": "oh hai"}},
]
What am I missing? Thanks!
See https://github.com/geddski/macros/issues/14
workbench.action.terminal.sendSequence