You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a teacher trying to use VS Code Live Share to teach coding to my students in a classroom environment. We're running into a frustrating situation that I hope you can help with.
Our Setup & Challenge:
I teach in a classroom where internet connectivity is often unreliable or very slow
I want my students to see my code in real-time through Live Share
All computers are on the same local network (my IP is 192.168.18.24)
Students can ping my computer successfully
What We've Tried:
First attempted normal Live Share connection, but it requires constant internet access to Microsoft's servers
Tried using direct connection mode in settings:
Copyvsls://192.168.18.24:5990
But got "Invalid collaboration session URL"
Also tried:
Copyvscode://ms-vsliveshare.vsliveshare/join?hostId=192.168.18.24
This opens VS Code but doesn't establish the connection
Looking at the Documentation:
I see Live Share uses ports 5990-5999 for direct connections, but it seems the protocol still requires authentication through Microsoft's servers even in "direct" mode. For teaching purposes in environments with limited internet, it would be incredibly helpful to have a local-only mode.
Feature Request:
Could we have an option for "local network only" mode that:
Allows direct connections within the same network
Bypasses the need for Microsoft authentication when in this mode
Still maintains security through local network validation
Perhaps with a warning about reduced security features
This would be immensely helpful for:
Teaching environments with limited internet
Corporate environments with strict network policies
Workshops in locations with poor connectivity
Quick pair programming sessions on local networks
The text was updated successfully, but these errors were encountered:
I'm a teacher trying to use VS Code Live Share to teach coding to my students in a classroom environment. We're running into a frustrating situation that I hope you can help with.
Our Setup & Challenge:
I teach in a classroom where internet connectivity is often unreliable or very slow
I want my students to see my code in real-time through Live Share
All computers are on the same local network (my IP is 192.168.18.24)
Students can ping my computer successfully
What We've Tried:
First attempted normal Live Share connection, but it requires constant internet access to Microsoft's servers
Tried using direct connection mode in settings:
Attempted to connect using local IP:
Copyvscode://ms-vsliveshare.vsliveshare/join?hostId=192.168.18.24
This opens VS Code but doesn't establish the connection
Looking at the Documentation:
I see Live Share uses ports 5990-5999 for direct connections, but it seems the protocol still requires authentication through Microsoft's servers even in "direct" mode. For teaching purposes in environments with limited internet, it would be incredibly helpful to have a local-only mode.
Feature Request:
Could we have an option for "local network only" mode that:
Allows direct connections within the same network
Bypasses the need for Microsoft authentication when in this mode
Still maintains security through local network validation
Perhaps with a warning about reduced security features
This would be immensely helpful for:
Teaching environments with limited internet
Corporate environments with strict network policies
Workshops in locations with poor connectivity
Quick pair programming sessions on local networks
The text was updated successfully, but these errors were encountered: