Connecting to CodeSpace with mosh #26081
-
|
Hi, I own an iPad and there is times where I need to write code. How can I connect to the codespace and use it with Mosh? I tried to use the codespaces interface in the chrome mobile browser but it’s working super-well (aspect ratio, keyboard shortcuts, etc.). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hiii @bdubaut thanks for posting! I had to look into what Mosh was, but that seems so rad! TIL =) Unfortunately though, I don’t think we’d be able to get this to happen. Check: …on the VSCode repo.
Granted, it’s been some time, this does seem to: Dang =( |
Beta Was this translation helpful? Give feedback.
-
|
@nethgato hmm that’s a shame! Thanks for looking it up! |
Beta Was this translation helpful? Give feedback.
-
|
I am able to use Codespaces with I'll share my setup: Prerequisite:
Setup:
After step 7, I can now ping my Codespace through its VPN IP address. I can then use mosh like this: Note that step 7 has to be repeated each time the Codespace boots up. Another upside is that now you can also connect to any service running on the Codespace without having to forward ports manually. Config file modification Before: I make these changes:
After: |
Beta Was this translation helpful? Give feedback.
Hiii @bdubaut thanks for posting! I had to look into what Mosh was, but that seems so rad! TIL =)
Unfortunately though, I don’t think we’d be able to get this to happen. Check:
…on the VSCode repo.
Granted, it’s been some time, this does seem to:
Dang =(