Skip to content

Commit 1f8c4c9

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents f83efb6 + 873c0e1 commit 1f8c4c9

21 files changed

+447
-396
lines changed

.openpublishing.redirection.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"redirect_url": "https://vspartner.com/pages/vsshells",
6868
"redirect_document_id": false
6969
},
70-
{
70+
{
7171
"source_path": "docs/extensibility/shell/distributing-isolated-shell-applications.md",
7272
"redirect_url": "https://vspartner.com/pages/vsshells",
7373
"redirect_document_id": false
@@ -1037,6 +1037,21 @@
10371037
"redirect_url": "/visualstudio/ide/reference/call-hierarchy",
10381038
"redirect_document_id": false
10391039
},
1040+
{
1041+
"source_path": "docs/ide/reference/installvstemplates-devenv-exe.md",
1042+
"redirect_url": "/visualstudio/ide/reference/devenv-command-line-switches",
1043+
"redirect_document_id": false
1044+
},
1045+
{
1046+
"source_path": "docs/ide/reference/resetaddin-devenv-exe.md",
1047+
"redirect_url": "/visualstudio/ide/reference/devenv-command-line-switches",
1048+
"redirect_document_id": false
1049+
},
1050+
{
1051+
"source_path": "docs/ide/reference/updateconfiguration-devenv-exe.md",
1052+
"redirect_url": "/visualstudio/ide/reference/devenv-command-line-switches",
1053+
"redirect_document_id": false
1054+
},
10401055
{
10411056
"source_path": "docs/ide/reference/visual-studio-for-applications-reference.md",
10421057
"redirect_url": "/visualstudio/ide/reference/visual-studio-reference",

docs/TOC.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
### Manage installations
3535
#### [Tools for detecting and managing Visual Studio instances](install/tools-for-managing-visual-studio-instances.md)
3636
### Manage subscriptions
37-
#### [Visual Studio subscriptions: Administrator overview](/visualstudio/subscriptions/admin-responsibilities)
37+
#### [Visual Studio subscriptions: Administrator overview](/visualstudio/subscriptions/admin-responsibilities)
3838
### [Help Viewer Administrator Guide](ide/help-viewer-administrator-guide.md)
3939
#### [Command-Line Arguments for the Help Content Manager](ide/command-line-arguments-for-the-help-content-manager.md)
4040
#### [Help Content Manager Overrides](ide/help-content-manager-overrides.md)
@@ -158,7 +158,7 @@
158158
###### [Filtered Completion Lists in Visual Basic](ide/filtered-completion-lists-in-visual-basic.md)
159159
##### [C# IntelliSense](ide/visual-csharp-intellisense.md)
160160
##### [JavaScript IntelliSense](ide/javascript-intellisense.md)
161-
##### [Visual C++ Intellisense](ide/visual-cpp-intellisense.md)
161+
##### [Visual C++ IntelliSense](ide/visual-cpp-intellisense.md)
162162
#### [Navigate Your Code](ide/navigating-code.md)
163163
##### [Find references in your code](ide/finding-references.md)
164164
##### [View Type and Member Definitions](ide/go-to-and-peek-definition.md)
@@ -390,15 +390,12 @@
390390
### [-Project (devenv.exe)](ide/reference/project-devenv-exe.md)
391391
### [-ProjectConfig (devenv.exe)](ide/reference/projectconfig-devenv-exe.md)
392392
### [-Rebuild (devenv.exe)](ide/reference/rebuild-devenv-exe.md)
393-
### [-ResetAddin (devenv.exe)](ide/reference/resetaddin-devenv-exe.md)
394-
### [-InstallVSTemplates (devenv.exe)](ide/reference/installvstemplates-devenv-exe.md)
395393
### [-ResetSettings (devenv.exe)](ide/reference/resetsettings-devenv-exe.md)
396394
### [-ResetSkipPkgs (devenv.exe)](ide/reference/resetskippkgs-devenv-exe.md)
397395
### [-Run (devenv.exe)](ide/reference/run-devenv-exe.md)
398396
### [-Runexit (devenv.exe)](ide/reference/runexit-devenv-exe.md)
399397
### [-SafeMode (devenv.exe)](ide/reference/safemode-devenv-exe.md)
400398
### [-Setup (devenv.exe)](ide/reference/setup-devenv-exe.md)
401-
### [-Updateconfiguration (devenv.exe)](ide/reference/updateconfiguration-devenv-exe.md)
402399
### [-Upgrade (devenv.exe)](ide/reference/upgrade-devenv-exe.md)
403400
### [-UseEnv (devenv.exe)](ide/reference/useenv-devenv-exe.md)
404401
## [Visual Studio Commands](ide/reference/visual-studio-commands.md)

docs/ide/reference/devenv-command-line-switches.md

Lines changed: 74 additions & 89 deletions
Large diffs are not rendered by default.

docs/ide/reference/installvstemplates-devenv-exe.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/ide/reference/resetaddin-devenv-exe.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/ide/reference/setup-devenv-exe.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "devenv.exe setup switch | Microsoft Docs"
3-
ms.custom: ""
43
ms.date: "11/04/2016"
54
ms.reviewer: ""
65
ms.suite: ""
7-
ms.technology:
6+
ms.technology:
87
- "vs-ide-general"
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
helpviewer_keywords:
10+
helpviewer_keywords:
1211
- "setup Devenv switch"
1312
- "/setup Devenv switch"
1413
- "Devenv, /setup switch"
@@ -22,21 +21,22 @@ The /Setup switch causes Visual Studio to merge the resource metadata that descr
2221

2322
## Syntax
2423

25-
```
24+
```shell
2625
devenv /setup
2726
```
2827

2928
## Remarks
3029

3130
This switch takes no arguments. The `devenv /setup` command is typically given as the last step of the installation process. Use of the `/setup` switch does not start Visual Studio.
3231

33-
You must run `devenv` as an administrator in order to use the [/setup (devenv.exe)](../../ide/reference/setup-devenv-exe.md) and [/InstallVSTemplates (devenv.exe)](../../ide/reference/installvstemplates-devenv-exe.md) switches.
32+
> [!NOTE]
33+
> You must run `devenv` as an administrator in order to use the `/setup` switch.
3434
3535
## Example
3636

3737
This example shows the last step in the installation of a version of Visual Studio that includes VSPackages.
3838

39-
```
39+
```shell
4040
devenv /setup
4141
```
4242

docs/ide/reference/updateconfiguration-devenv-exe.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/ide/reference/useenv-devenv-exe.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,48 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-general
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
f1_keywords:
10+
f1_keywords:
1211
- "VC.Project.UseEnvVars.ExcludePath"
1312
- "VC.Project.UseEnvVars.LibraryPath"
1413
- "VC.Project.UseEnvVars.SourcePath"
1514
- "VC.Project.UseEnvVars.Include"
1615
- "VC.Project.UseEnvVars.Path"
1716
- "VC.Project.UseEnvVars.ReferencePath"
18-
helpviewer_keywords:
17+
helpviewer_keywords:
1918
- "UseEnv switch"
2019
- "/UseEnv Devenv switch"
2120
- "Devenv, /UseEnv"
2221
ms.assetid: 2dd14603-a61b-42d2-ba31-427a0ee8a799
23-
caps.latest.revision: 6
2422
author: "gewarren"
2523
ms.author: "gewarren"
2624
manager: ghogen
27-
ms.workload:
25+
ms.workload:
2826
- "multiple"
2927
---
3028
# /UseEnv (devenv.exe)
31-
Starts [!INCLUDE[vsprvs](../../code-quality/includes/vsprvs_md.md)] and loads environmental variables into the **VC++ Directories** dialog box.
32-
33-
## Syntax
34-
35-
```
36-
Devenv /useenv
37-
```
38-
39-
## Example
40-
The following example starts [!INCLUDE[vsprvs](../../code-quality/includes/vsprvs_md.md)] and loads environment variables into the **VC++ Directories** dialog box.
41-
42-
```
43-
Devenv.exe /useenv
44-
```
45-
46-
## See Also
47-
[Devenv Command Line Switches](../../ide/reference/devenv-command-line-switches.md)
29+
30+
Starts Visual Studio and loads environmental variables into the **VC++ Directories** dialog box.
31+
32+
> [!NOTE]
33+
> This switch is installed with the **Desktop development with C++** workload.
34+
35+
## Syntax
36+
37+
```shell
38+
Devenv /useenv
39+
```
40+
41+
## Example
42+
43+
The following example starts Visual Studio and loads environment variables into the **VC++ Directories** dialog box.
44+
45+
```shell
46+
Devenv.exe /useenv
47+
```
48+
49+
## See also
50+
51+
* [Devenv Command Line Switches](../../ide/reference/devenv-command-line-switches.md)

docs/msbuild/building-multiple-projects-in-parallel-with-msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can use MSBuild to build multiple projects faster by running them in paralle
3939
The following example instructs MSBuild to use three worker processes. If you use this configuration, MSBuild can build three projects at the same time.
4040

4141
```
42-
msbuild.exe myproj.proj childid=0 childid=1 childid=2
42+
msbuild.exe myproj.proj /maxcpucount:3
4343
```
4444

4545
## BuildInParallel Task Parameter

docs/profiling/common-patterns-for-poorly-behaved-multithreaded-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You should consider the following when you evaluate this problem:
6060

6161
![Inefficient I/O](../profiling/media/inefficient_io.png "Inefficient_IO")
6262

63-
Overuse or misuse of I/O is a common cause of inefficiencies in applications. Consider the previous illustration. The Visible Timeline Profile shows that 42 percent of the visible thread time is consumed by I/O. The timeline shows large amounts of I/O, which indicates that the profiled application is frequently blocked by I/O. To see details about the kinds of I/O and where your program is blocked, zoom into problematic regions, examine the Visible Timeline Profile, and then click a specific I/O block to see current call stacks.
63+
Overuse or misuse of I/O is a common cause of inefficiencies in applications. Consider the previous illustration. The Visible Timeline Profile shows that 44 percent of the visible thread time is consumed by I/O. The timeline shows large amounts of I/O, which indicates that the profiled application is frequently blocked by I/O. To see details about the kinds of I/O and where your program is blocked, zoom into problematic regions, examine the Visible Timeline Profile, and then click a specific I/O block to see current call stacks.
6464

6565
## Lock Convoys
6666

0 commit comments

Comments
 (0)