vscode-terminals icon indicating copy to clipboard operation
vscode-terminals copied to clipboard

An extension for setting-up multiple terminals at once, or just running some commands.

Results 42 vscode-terminals issues
Sort by recently updated
recently updated
newest added

We should add support for groups, this would allow us to group some terminals together. The benefits are better organization and the ability to run more than one terminal, but...

enhancement

Hello and thank you for your plugin. Is it possible to set a keyboard shortcut to a given `Run Single` command? My usage of this plugin is like that: -...

So far this appears to be cosmetic. I'm remote connected to Linux machine from a Windows machine. When I run the `Terminals:Run` command each (bash) terminal opens with the message...

bug
upstream

Here is a loom: https://www.loom.com/share/062fa7896f644cbf8e5075d95ea4594b My config: ``` { "autorun": true, "autokill": true, "terminals": [ { "name": "front", "description": "front end - brooklyn", "icon": "eye", "commands": ["front", "start"] } ]...

bug

I would like the ability to open a terminal only after another terminal has `up`ed a docker container. I don't see a way of doing this with the current api,...

enhancement

Doing the detach will leave you at a non-persistent bash shell that looks to be named like the persistent one, so it could be confusing. screen / tmux should be...

bug

I'm working in a workspace, having 3 different folders. The extension is opening every terminals at once, and it works like a charm, but let say, I have the following...

enhancement

Recently my Terminals (triggered by Commands) stopped working. The Terminal window is created, but it isn't given focus and the command isn't actually executed. Seems like a loading issue (maybe...

bug

The latest Visual Studio Code release (v1.21) added support for split terminals: ![terminal-split](https://user-images.githubusercontent.com/1812093/37184658-c3fc6162-233c-11e8-9e6c-fab7e3000a2a.gif) I think it would be great to add support for them to this extension. Maybe we could...

enhancement
missing api

Rather than configure each configured terminals to execute the same shell command when it starts up, , is it possible to configure a global command such that it applies to...

enhancement
maybe