Skip to content

Commit c2bf77c

Browse files
Merge pull request #11607 from anandmeg/vs-devbox1
Cross link to vs caches on dev box article and add link to new image
2 parents 7977fca + 6a17a52 commit c2bf77c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/ide/advanced-feature-overview.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Advanced features
33
description: Learn about the advanced features that might be more appropriate for experienced developers, or those developers who are already familiar with Visual Studio.
44
ms.custom: vs-acquisition
5-
ms.date: 11/04/2021
5+
ms.date: 8/19/2023
66
ms.topic: conceptual
77
author: anandmeg
88
ms.author: meghaanand
@@ -154,6 +154,18 @@ And, for a step-by-step tutorial on how to connect to a Git or Azure DevOps repo
154154

155155
::: moniker-end
156156

157+
::: moniker range=">=vs-2022"
158+
159+
## Optimize the Visual Studio experience on Microsoft Dev Box
160+
161+
> [!NOTE]
162+
> This feature is currently in public preview. This information relates to a feature that may be substantially modified before it's released. Microsoft makes no warranties, expressed or implied, with respect to the information provided here.
163+
164+
With [Visual Studio 17.7 Preview 3](https://visualstudio.microsoft.com/vs/preview/), you can [pregenerate Visual Studio caches and include them in your dev box image](/azure/dev-box/how-to-generate-visual-studio-caches#enable-visual-studio-caches-in-dev-box-images). As a result, Visual Studio will load your solution and enable key IDE features faster on your dev box.
165+
You can also improve the Git performance on large repositories by [enabling Git commit-graph optimizations in dev box images](/azure/dev-box/how-to-generate-visual-studio-caches#enable-git-commit-graph-optimizations-in-dev-box-images).
166+
167+
::: moniker-end
168+
157169
## Next steps
158170

159171
- If Visual Studio doesn't have the exact functionality you need, you can add it. Personalize the IDE based on your workflow and style, add support for external tools that aren't integrated with Visual Studio, and modify existing functionality to increase your productivity. For the latest version of the Visual Studio Extensibility Tools (VS SDK), see [Visual Studio SDK](../extensibility/visual-studio-sdk.md).

docs/ide/quickstart-ide-orientation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,4 @@ We've looked at just a few of the features of Visual Studio to get acquainted wi
284284
- [Overview of the Visual Studio IDE](../get-started/visual-studio-ide.md)
285285
- [More features of Visual Studio](../ide/advanced-feature-overview.md)
286286
- [Change theme and font colors](../ide/quickstart-personalize-the-ide.md)
287+
- [Optimize the Visual Studio experience on Microsoft Dev Box](/azure/dev-box/how-to-generate-visual-studio-caches)

docs/install/using-visual-studio-vm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Using Visual Studio on an Azure Virtual Machine
33
titleSuffix: ''
44
description: Learn how to use Visual Studio on an Azure Virtual Machine
5-
ms.date: 07/26/2023
5+
ms.date: 08/19/2023
66
ms.topic: conceptual
77
helpviewer_keywords:
88
- azure services
@@ -43,6 +43,8 @@ Images for the most recent major versions, Visual Studio 2022, Visual Studio 201
4343
4444
For more information, see the [Visual Studio Servicing Policy](/visualstudio/productinfo/vs-servicing-vs).
4545

46+
[Windows client for developers (Microsoft Dev Box compatible)](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoftvisualstudio.windowsplustools?tab=Overview), a Windows 11 Enterprise image is meant to be used as a starting point for creating custom Dev Box images, and contains additional tools and settings to optimize the developer experience. This image doesn't include Visual Studio. For Visual Studio developers, we recommend using our [Visual Studio 2022](https://azuremarketplace.microsoft.com/marketplace/apps/microsoftvisualstudio.visualstudioplustools?exp=ubp8&tab=Overview) or [Visual Studio 2019](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoftvisualstudio.visualstudio2019plustools?tab=Overview) Dev Box compatible images as a starting point.
47+
4648
## What features are installed?
4749

4850
Each image contains the recommended feature set for that Visual Studio edition. Generally, the installation includes:

0 commit comments

Comments
 (0)