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

for example i should be able to create a terminals config for test and a terminals config for dev and be able to chose them through the command pallete

Hi! When you add a terminal in Visual Studio Code, you can edit the icon and the color of the name, clicking with the right mouse button on that terminal...

Anyway for it to only run on startup but not when doing restarting Extension host? it keeps creating new terminals

Added support for different types of terminal groups with the same command restore terminals user can will be asked to input terminal group name if none is passed all terminal...

The first command that I need to run prompts me for a password, which I believe then stops the rest of the commands from running. Is there a way to...

It would be nice to be able to specify for a terminal the name of a task instead of a raw terminal command. Benefit: a task can be associated with...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

This fixes #4, as it allows users to specify the folder that they want each terminal to start in (`cwd`) and it will override `terminal.integrated.splitCwd` temporarily when creating splits so...

When opening the project on SSH remote, the script doesn't seem to trigger for config stored remote `.vscode` folder and in fact nothing happens at all. ![image](https://user-images.githubusercontent.com/2566990/199506683-5ceb5d37-9e0e-4660-be3f-9367e0902277.png) Is there a...

Hi, I'm looking for a way to run each .vscode/restore-terminals.json for a workspace that has more than one root directory. How are people solving this currently?