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

Is it possible to set terminals for Python and Git Bash that can be restored?

Open joshuad90 opened this issue 1 year ago • 3 comments

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 set as terminals?

Here is how I have the "terminal.integrated.profiled.windows" setting set:

"Git Bash": { "source": "Git Bash", "overrideName": true },

"Python": { "path": "C:\Program Files\Python36\python.exe", "overrideName": true }

joshuad90 avatar Mar 28 '23 15:03 joshuad90