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
Copy file name to clipboardExpand all lines: docs/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Install and use behind a firewall or proxy server
3
3
description: Review the domain URLs, ports, and protocols that you might want to add to an allowlist or open if your organization uses a firewall or a proxy server
4
-
ms.date: 06/02/2023
4
+
ms.date: 10/10/2023
5
5
ms.topic: conceptual
6
6
helpviewer_keywords:
7
7
- network installation, Visual Studio
@@ -50,14 +50,15 @@ Because the Visual Studio Installer downloads files from various domains and the
50
50
| marketplace.visualstudio.com | Visual Studio Extensions download location |
51
51
|\*.gallerycdn.vsassets.io | Visual Studio Extensions download location |
| github-releases.githubusercontent.com | Linux Development |
60
60
| az837173.vo.msecnd.net | Development with Azure Storage |
61
+
| github.com/git-for-windows | Git for Windows |
61
62
62
63
#### Non-Microsoft domains
63
64
@@ -67,17 +68,20 @@ Because the Visual Studio Installer downloads files from various domains and the
67
68
| cocos2d-x.org | Game development with C++ (Cocos) |
68
69
| download.epicgames.com | Game development with C++ (Unreal Engine) |
69
70
| download.oracle.com | Mobile development with JavaScript (Java SDK) <br /><br />Mobile Development with .NET (Java SDK) |
71
+
| public-cdn.cloud.unity3d.com | Game development with Unity (Unity) |
70
72
| download.unity3d.com | Game development with Unity (Unity) |
71
73
| netstorage.unity3d.com | Game development with Unity (Unity) |
72
74
| dl.google.com | Mobile development with JavaScript (Android SDK and NDK, Emulator) <br /><br />Mobile Development with .NET (Android SDK and NDK, Emulator) |
75
+
| ib-downloads-official.s3.amazonaws.com | Game development with C++ (IncrediBuild) |
73
76
| www\.incredibuild.com | Game development with C++ (IncrediBuild) |
74
77
| incredibuildvs2017i.azureedge.net | Game development with C++ (IncrediBuild) |
75
78
| www\.python.org | Python development (Python) <br /><br />Data science and analytical applications (Python) |
Copy file name to clipboardExpand all lines: docs/install/update-visual-studio.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ There are several different ways to update an installation of Visual Studio. You
42
42
43
43
## Use the Visual Studio Installer
44
44
45
+
Visual Studio setup features and bug fixes are typically implemented in the installer. The installer is now shipping in the most current release of all currently supported Visual Studio products. This means that in general (unless otherwise specified), all new setup functionality is automatically available and works seamlessly in older versions of the product.
46
+
45
47
1. Find the **Visual Studio Installer** on your computer.
46
48
47
49
In the Windows Start menu, you can search for "installer".
@@ -50,9 +52,6 @@ There are several different ways to update an installation of Visual Studio. You
50
52
51
53
You might have to update the installer before continuing. If so, follow the prompts.
52
54
53
-
>[!NOTE]
54
-
>Visual Studio setup features and bug fixes are typically implemented in the installer. The installer is now shipping in the most current release of all currently supported Visual Studio products. This means that in general (unless otherwise specified), all new setup functionality is automatically available and works seamlessly in older versions of the product.
55
-
56
55
1. In the installer, look for the instance of Visual Studio that you want to update.
57
56
58
57
For example, if you previously installed Visual Studio Community 2019 and there's an update for it, then an **Update available** message appears in the installer.
0 commit comments