DEV Community

Discussion on: What do you think of Visual Studio Live Share for multi-user editing?

Collapse
 
bgadrian profile image
Adrian B.G.

It failed me on Linux, but when it works is ok.

I would also have a plan B an online IDE like cloud9.

Collapse
 
lostintangent profile image
Jonathan Carter

Do you recall what the issues were on Linux? Weโ€™ve addressed a bunch of issues over the last few months, so maybe weโ€™ve resolved your initial problem? If not, Iโ€™d love to know what went wrong so we can look into resolving it ๐Ÿ‘

Collapse
 
zspencer profile image
Zee

Agh, Linux is kind of important since I do most of my dev on a Linux box :(. Is it something where it's gotten better over time, or is it intermittently broken?

Collapse
 
moopet profile image
Ben Sinclair

I've used share terminals (through things like tmux and screen) before. That works well with very little lag since you're sharing text updates, so if you're happy using terminal editors and tools, that could work?

Thread Thread
 
zspencer profile image
Zee

I use Tmux and Tmate pretty extensively, with ngrok for forwarding. The barrier to entry is pretty high; and then the level of customization that most people set in their CLI editors means it's difficult for random pair partners to hop in and start going.

I tend to run my vim as neutral as possible ( show line numbers, auto-indent, but that's about it) which helps; but it still has a lot of non-network related friction :(