Visual Studio Code adds port forwarding
infoworld.com
Visual Studio Code adds port forwarding
1–10 of 10 posts
Re: Visual Studio Code adds port forwarding
#2[dead]
Re: Visual Studio Code adds port forwarding
#3> Visual Studio 1.82, the newest iteration of Microsoft’s popular open source code editor
Visual Studio != Visual Studio code
Re: Visual Studio Code adds port forwarding
#4> Visual Studio 1.82, the newest iteration of Microsoft’s popular open source code editor Visual Studio != Visual Studio code
Looks like it applies to vscode too
Re: Visual Studio Code adds port forwarding
#5Re: Visual Studio Code adds port forwarding
#6> Visual Studio 1.82, the newest iteration of Microsoft’s popular open source code editor Visual Studio != Visual Studio code
Looks like it applies to vscode too https://code.visualstudio.com/updates/v1_82
I guess it only applies to VS Code. The version number is wrong and the description of “open source” don’t apply to Visual Studio. Mistake is in the article.
Re: Visual Studio Code adds port forwarding
#7This has been possible in live share since the beginning. I guess now they’ve just made it built-in and a standalone thing.
Re: Visual Studio Code adds port forwarding
#8According to the docs[0], you need to log in to Github in order to share a port. Can anyone explain why this would be necessary? I understand it if the port is set up as private (as explained in the doc), but not if it's set up as public. Is the traffic being routed through h
Github?
0: https://code.visualstudio.com/docs/editor/port-forwarding
Re: Visual Studio Code adds port forwarding
#9"Port forwarding" is a misleading name for this. "Proxy through Azure tunnel" seems more appropriate.
Re: Visual Studio Code adds port forwarding
#10According to the docs[0], you need to log in to Github in order to share a port. Can anyone explain why this would be necessary? I understand it if the port is set up as private (as explained in the doc), but not if it's set up as public. Is the traffic being routed through h Github? 0: https://code.visualstudio.com/docs/editor/port-forwarding
The answer is almost certainly "abuse". Traffic is routed through a "service hosted in Azure" (probably not GitHub specifically). They're just using GitHub sign-in to apply per-user limits etc.