I'm trying to use Live Share for VS Code, but keep getting a authentication / login error. After taking the error to Microsoft's Github, it's been tracked down to be an issue with Curl without kerberos support.
Link to Github issue:
https://github.com/MicrosoftDocs/live-share/issues/212
Can we update the Software Center Curl package, to be compiled with Kerberos support. I think a lot of people use VS Code on Solus and Live Share is a very useful extension. This would definitely benefit more than me.
To enable Kerberos, Curl should be compiled with the "--with-gssapi" flag.