Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mise En TerminalNew to Visual Studio Code? Get it now.
Mise En Terminal

Mise En Terminal

Stacy Vicknair

|
89 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mise En Terminal: Open multiple terminals and run commands by configuration in VS Code

Example .metrc.json File

{
  "terminals": [
    {
      "name": "server",
      "path": "server",
      "commands": [
        "ECHO server"
      ]
    },
    {
      "name": "ui",
      "path": "ui",
      "commands": [
        "ECHO ui"
      ]
    },
    {
      "name": "extra",
      "path": "",
      "commands": []
    }
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft