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

A VSCode extension to restore/startup terminals with a custom configuration

Results 36 restore-terminals-vscode issues
Sort by recently updated
recently updated
newest added

Multiple commands stopped working after the latest VScode update, and only the first command was executed. For example ``` "commands": ["deactivate", "./scripts/init.sh", "./scripts/start.sh no-scale"] ``` Now, it only executes the...

Like shown in the readme the configuration "restoreTerminals.terminals" now also accepts an object where the key is the name of the configuration and the value is terminals array, When having...

Just as small QoL feature. In my particular setup I configured one window with 2 splitted terminals and another window with a single terminal. the first one is supposed to...

Addresses https://github.com/EthanSK/restore-terminals-vscode/issues/10#issuecomment-870834680. Note that color is not supported for split terminals (other than the first) as there's no `changeColor` API that accepts args similar to `renameWithArg`

If I put three items in the `splitTerminals` array, the terminal is split into three panes, each taking 33% of the terminal. If the API allows extensions to resize the...

I usually keep several terminals open that include powershell, python, and GIT BASH. Is it possible to use the restore-terminal extension to where you can have python and GIT BASH...

This could be a fix the for the problem #26 as I've encountered it too. I wanted a WSL and a GIT terminal split but you cannot specify the profile...

I would like when restoring terminals to kill named terminals with the same name as the ones I am starting, and ignore other terminals. In the picture below the alpha...

Right now, you can specify the terminals you want restored in a JSON file. But it would be great if I could open my terminals, organise them (change directories, name,...

### Description `artificialDelayMilliseconds` only delays terminal startup, and all commands are pasted at the same time ### Setup I have multiple .Net projects that I need to run for my...