Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TerminallyNew to Visual Studio Code? Get it now.
Terminally

Terminally

Lunarade

|
176 installs
| (1) | Free
A terminal management tool for your workspace.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminally

Applies a configuration of a terminal arrangement, read from a .terminally file in the current workspace.

image

Example configuration file:

{
  "groups": [
    {
      "terminals": [
        {
          "title": "terminal 1",
          "command": "echo 'terminal 1'"
        },
        {
          "title": "terminal 2",
          "command": "echo 'terminal 2'"
        },
        {
          "title": "terminal 3",
          "command": "echo 'terminal 3'"
        }
      ]
    },
    {
      "terminals": [
        {
          "title": "terminal 1",
          "command": "echo 'terminal 1'"
        },
        {
          "title": "terminal 2",
          "command": "echo 'terminal 2'"
        }
      ]
    }
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft