Skip to content

Terminal actions

Terminal actions are used to perform actions related to the terminal in the editor. You can use these actions to run commands, clear the terminal, and more.

Execute a terminal command

Execute a terminal command in the terminal.

{
"action": "executeTerminalCommand",
"command": "<command to execute>"
}