microsoft / terminal

The new Windows Terminal and the original Windows console host, all in the same place!
MIT License
95.32k stars 8.29k forks source link

Include a profile that will connect to Visual Studio Codespaces #5900

Open pschaeflein opened 4 years ago

pschaeflein commented 4 years ago

Description of the new feature/enhancement

When using VSCode with Visual Studio Codespaces , the integrated terminal is "connected" to the codespace and all commands execute in the Codespace environment.

I would like a profile in Terminal that connects to a Codespace. I would expect it to function similar to the Azure Cloud Shell profile.

zadjii-msft commented 4 years ago

This isn't a terrible idea - and it's a great extension idea.

Pothulapati commented 3 years ago

If you are trying to find this, though there is no direct way of doing this currently. ssh can be used to do the same with Github Codespaces as per

peter-dolkens commented 3 years ago

Was there any update on this now that codespaces is starting to approach GA?