Skip to content

Persistent Terminals across reloads #1832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stumitchell opened this issue Jun 25, 2020 · 4 comments
Closed

Persistent Terminals across reloads #1832

stumitchell opened this issue Jun 25, 2020 · 4 comments

Comments

@stumitchell
Copy link

I am accessing a folder with the following url
http://127.0.0.1:8080/?folder=/home/stu/dev/maxim8

when I reload the page because of a dropped connection my terminals are restarted.

I would like them to be persistent like they are in cloud9

@diegosucaria
Copy link

You can use tmux to achieve that kind of behaviour... similar to what google shell does...

I've done something like that in the shellArgs settings of vscode, but I could not make it work 100%.

"terminal.integrated.shellArgs.linux": [ "-c", "tmux attach-session -d -t vscodepwd | md5 || tmux new-session -s vscodepwd | md5 " ]

@code-asher
Copy link
Member

code-asher commented Dec 2, 2020

We're on our way to implementing this: tracking here: #2276

@leo848
Copy link

leo848 commented Jan 9, 2022

Is this implemented now?

@jsjoeio
Copy link
Contributor

jsjoeio commented Jan 10, 2022

@leo848 should be I believe!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants