Skip to content

Commit b8cf031

Browse files
authored
Update install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md
1 parent 9a9cbf5 commit b8cf031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Because the Visual Studio Installer downloads files from various domains and the
4747
| dl.xamarin.com | Setup packages download location |
4848
| xamarin-downloads.azureedge.net | Android SDK packages download list location |
4949
| marketplace.visualstudio.com | Visual Studio Extensions download location |
50-
| \*.gallerycdn.vsassets.io | Visual Studio Extension download location |
50+
| \*.gallerycdn.vsassets.io | Visual Studio Extensions download location |
5151
| visualstudio.microsoft.com | Documentation location |
5252
| docs.microsoft.com | Documentation location |
5353
| msdn.microsoft.com | Documentation location |
@@ -125,7 +125,7 @@ To make sure that you have access to everything you need when you use Visual Stu
125125
| Visual Studio Online | \*.online.visualstudio.com | https | 443 | Used to call Visual Studio Online APIs |
126126
| JavaScript Automatic Type Acquisition | registry.npmjs.org | https | 443 | Used to install TypeScript type definitions to provide Intellisense for popular JavaScript libraries |
127127
| Visual Studio Subscriptions Licensing Service | app.vssps.visualstudio.com/apis/Licensing/ClientRights | https | 443 | Licensing for online activation |
128-
| Debugger | 1. <br>vsdebugger.blob.core.windows.net <br>vsdebugger.azureedge.net <br><br>2. <br>download.visualstudio.com/*/onecore.msvsmon.*.zip<br><br> 3. referencesource.microsoft.com/symbols <br><br> 4. <br>symbols.nuget.org/download/symbols<br><br> 5. visualstudio.commsdl.microsoft.com/download/symbols | https | 443 | 1. <br>Used for downloading debugger bits for .NET Core debugging on Unix / MacOS over SSH <br><br>2. <br>Used for downloading debugger bits for remote Windows Docker container debugging<br><br> 3. Used for .NET framework source stepping <br><br> 4. <br>(If user opt-ins) Used for downloading symbols published to nuget.org symbol server.<br><br> 5. (If user opt-ins) Used for downloading MS symbols and binaries, might also be needed for debugging managed code in dumps |
128+
| Debugger | 1. <br>vsdebugger.blob.core.windows.net <br>vsdebugger.azureedge.net <br><br>2. <br>download.visualstudio.com/*/onecore.msvsmon.*.zip<br><br> 3. referencesource.microsoft.com/symbols <br><br> 4. <br>symbols.nuget.org/download/symbols<br><br> 5. visualstudio.commsdl.microsoft.com/download/symbols | https | 443 | 1. <br>Used for downloading debugger bits for .NET Core debugging on Unix / MacOS over SSH <br><br>2. <br>Used for downloading debugger bits for remote Windows Docker container debugging<br><br> 3. Used for .NET framework source stepping <br><br> 4. <br>(If user opts-in) Used for downloading symbols published to nuget.org symbol server.<br><br> 5. (If user opts-in) Used for downloading MS symbols and binaries, might also be needed for debugging managed code in dumps |
129129
| Visual Studio Online| \*.online.visualstudio.com | https | 443 | Used to call Visual Studio Online APIs |
130130
| Xamarin Android App Publishing | \*.googleapis.com <br/> play.google.com <br/>accounts.google.com | https | 443 | Used to interact with Google Play Store service to publish/upload Xamarin Android Applications directly from Visual Studio. |
131131
| Azure Container Registry | *.azurecr.io | https | 443 | Access container registries hosted on Azure, for configuration of CICD pipelines |

0 commit comments

Comments
 (0)