Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>acid-terminalNew to Visual Studio Code? Get it now.
acid-terminal

acid-terminal

acid-srvnn

|
690 installs
| (2) | Free
Preconfigure terminals, terminal groups, commands and use them with ease
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

acid-terminal

Terminal Helper Extension for VS Code

Features

  • Store frequently used, lengthy terminal commands and run them with ease
  • Store frequently used terminals / terminal groups and have them at ready always
  • Optionally open your stored terminal list at VS Code startup

Extension Settings

  • acid-terminal.conf.json:
{
    "setTerminalsAtStart": true,
    "terminalGroups": [
        {
            "name": "logs",
            "terminals": [
                {
                    "name": "serverout",
                    "cmds": [
                        {
                            "name": "serverout",
                            "cmd": "Get-Content -tail 5 -wait serverout.log",
                            "dontexecute": false
                        }
                    ],
                    "path": ".\\product\\logs\\",
                    "cmd": "ipconfig"
                }
            ]
        }
    ],
    "cmdGroups": [
        {
            "name": "ant",
            "cmds": [
                {
                    "name": "install",
                    "cmd": "ant -f .\\build\\build-local.xml install"
                },
                {
                    "name": "jar",
                    "cmd": "ant -f .\\build\\build-local.xml jar",
                    "dontexecute": true
                }
            ]
        }
    ]
}

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft