macros icon indicating copy to clipboard operation
macros copied to clipboard

Macro into terminal

Open MongoCaleb opened this issue 6 years ago • 2 comments

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!

MongoCaleb avatar Mar 22 '18 17:03 MongoCaleb

See https://github.com/geddski/macros/issues/14

ArturoDent avatar Jul 26 '18 20:07 ArturoDent

workbench.action.terminal.sendSequence

usernamehw avatar Dec 09 '18 20:12 usernamehw