vscode-terminals
vscode-terminals copied to clipboard
An extension for setting-up multiple terminals at once, or just running some commands.
I would like to be able to setup shellpath using `${env:SOMEKEY}\\executable.exe` same as in tasks.json. My settings are synced across multiple devices and on one machine i have git bash...
VSCode now supports terminal creation in the editor area with the action `workbench.action.createTerminalEditor`. It would be great if there was a way to adopt the creation of terminals in this...
Is it possible to open two terminals in split screen? if possible, how is it done? if it is not possible, it could be implemented. I add an example capture....
Color and icon for the terminals is not working. Setting `"color": "#00ff00"` or `"icon": "github"` for example doesn't do anything. I've debugged a bit and I can see the colors...
How can I change the default sessions.json file? I have to modify it every time after generating a new configuration in a new project.
This extension is truly amazing, the only thing im missing is that i want that 1 terminal will open as Debug Terminal is it possible? And thanks for all the...
I configured terminals-manager to run some simple commands and it runs every command twice. here are my workspace settings ` "settings": { "terminal.integrated.cwd": "path/to/project/root/folder", "terminals.autorun": true, "terminals.autokill": true, "terminals.terminals": [...
I have following terminal defined which has relatively long command: ```json { "name": "storybook here", "command": "npm run storybook:watch -- $(winpty -Xallow-non-tty -Xplain node C:/PROJECTS/foo/some-script.mjs \"[relativeFile]\")", "open": "true", "onlySingle": "true"...
I have this: ```json { "name": "UiPlayground", "description": "A dev-only playground for testing components", "cwd": "/workspaces/apps/ui-playground", "commands": [ ... myCommands... ] }, { "name": "Watch Playground deps", "description": "executes build:watch...
Hello, Firstly, thanks for this extension, life saver. Started having a slight issue though, not a major one, just a bit annoying. I'll hit `Terminals: Run`, all my terminals open,...