Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>create-terminalsNew to Visual Studio Code? Get it now.
create-terminals

create-terminals

cqh

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

create-terminals README

configure created terminals once vscode open

valid replace for cmd

${workspaceRoot}: workspaceRoot

${projectName}: project name, if ${workspaceRoot}=/home/vagrant/data-end, then ${projectName}=data_end

config example

echo and tail supervisor

"create-terminals.commands": [
        {
            "cmd": "echo hello",
            "name": "hello"
        },
        {
            "cmd": "sudo s tail -f file_watcher_lint_${projectName}",
            "name":"tail_lint",
        }
    ],

file watcher

{
    "create-terminals.commands": [{
        "name": "gpush",
        "cmd": "${workspaceRoot}/venv/bin/cqh_file_watcher --conf=${workspaceRoot}/playbooks/file_watcher/gpush.json"
    }]
}

it will create two terminals hello and tail_lint

changes

0.0.2

add timestamp to channel log

0.0.4

add command create-terminals.reloadConfig to reloadConfig and create terminals

0.0.5

fix create-terminals.reloadConfig to create terminal quickly.

0.0.6

fix replace bug

0.0.7

add close all terminal command to close all active terminal

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