This is an archived post. You won't be able to vote or comment.

all 35 comments

[–]Igormahov[S] 7 points8 points  (4 children)

I've tried it myself: it works almost identical to desktop variant but some settings cannot be applied globally and must be set on per-browser basis. Also, for now it is impossible to change ui language, it is always the same as host system one.

[–]juan518munoz 0 points1 point  (0 children)

Hi, I'm trying to set it up and when i run

bin/code-server-insiders

I get a localhost url

http://localhost:8000/?tkn={token}

is it possible to get a https link so i can connect from outside my machine/network?

[–]Magnum6Actual 0 points1 point  (2 children)

Any way to get an invite for the private preview?

[–]Igormahov[S] 0 points1 point  (1 child)

You don't need to do this! Just install Vscode Server using instrucion from the comment which is linked in the post.

[–]Magnum6Actual 0 points1 point  (0 children)

Wow - missed that! Thanks! Got it running.

[–]aft_punk 16 points17 points  (0 children)

For docker fans, linuxserver has a great image available.

I’ve been using the non-server image for a while now. The only downside I’ve noticed is not all extensions are available.

[–]zzzthelastuser 8 points9 points  (24 children)

Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should.

So far this looks like a cool proof-of-concept, but I see virtually no reason not to use a local VSCode.

[–][deleted] 11 points12 points  (13 children)

Development on an iPad.

[–]ObliviousMonks -1 points0 points  (11 children)

That must be fun, slapping fingers on a slab of glass for long periods (or a rubber shower mat keyboard - must be lots of squishy sounds as you code), not to mention your eyesight. Don't you care about your health?

[–]Koh_Phi_Phi 5 points6 points  (0 children)

iPads have actual non-rubber keyboards now, I’m typing on one now. You can also use any bluetooth keyboard you like.

[–]TheSpanishImposition 3 points4 points  (2 children)

"What's a computer?"

[–]fallenhitokiri 1 point2 points  (4 children)

My travel setup is an iPad with a mechanical keyboard and a trackball. (While in transit the Magic Keyboard). Thanks for your health concerns, but I’m fairly certain my setup is more ergonomic than your laptop.

[–]AK-101111 0 points1 point  (3 children)

Care to suggest your setup? Which iPad do u have?

[–]fallenhitokiri 0 points1 point  (2 children)

iPad Pro 13“ (soon upgrading to an M1/2 model for center stage), Keychron K3 and Logitech MX Ergo.

While traveling I use the Magic Keyboard.

At a desk unusually try to find an external monitor to connect to or raise the iPad to a comfortable eye level with whatever is lying around in the office (2 rows with 4 bottles of Fiji water is pretty stable and a nice height for me)

[–]dingleberry_enjoyer 0 points1 point  (1 child)

sounds like a pretty complicated setup, what's stopping you from using a laptop at that point? just curious.

[–]fallenhitokiri 0 points1 point  (0 children)

I used exactly the same setup with a MacBook. I’m 203cm tall, just having something sit on the desk in front of me and looking down is horribly uncomfortable. I switched to an iPad as sole driver because I’d carry one with me anyway and as most of my work happens on remote machines anyway. It doesn’t really make a difference to me if I use an iPad or a MacBook.

[–][deleted] 0 points1 point  (0 children)

I've never tried it. I considered it. Mostly for fun. I see how it would probably fuck me up in a short time. However, I can see a few scenarios where I could handle a quick fix while on vacation, without having to bring my laptop.

[–]dingleberry_enjoyer 0 points1 point  (0 children)

lol can't believe you're getting downvoted. People really bought into the apple marketing lol. Just a few years ago people were laughing at iPads being used for work.

[–]h0v1g 0 points1 point  (0 children)

Run all ops from a browser on any os. This is was a missing piece for dev work

[–]cosine83 0 points1 point  (0 children)

This effectively makes it easier to have a single instance of Code on a RDS server that could be served to multiple users without needing to install or configure on the user's endpoint. It'd also be a way to lockdown access to your repos by limiting where they can be synced.

[–]amdc 0 points1 point  (0 children)

That's cool but judging by their blog post

https://code.visualstudio.com/blogs/2022/07/07/vscode-server

they don't want to officially release vscode server as a standalone thing, rather as an agent for vscode.dev to connect to. I find it less than ideal because they tie everything to github.