Skip to content

Commit 83ec41c

Browse files
author
Colin Robertson
committed
Fix see also link
1 parent e39de7b commit 83ec41c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/build/reference/connectionmanager-reference.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: "ConnectionManager Reference"
3-
ms.date: "11/04/2016"
3+
ms.date: "01/17/2020"
44
f1_keywords: ["ConnectionManager"]
55
helpviewer_keywords: ["ConnectionManager program"]
6-
ms.assetid: 14e65747-d000-4343-854b-8393bf01cbac
76
---
87
# ConnectionManager Reference
98

10-
ConnectionManager.exe is a command-line utility to manage remote development connections outside of Visual Studio. You may find it useful for tasks such as provisioning a new development machine, or setting up Visual Studio for continuous integration. It's available in Visual Studio 2019 version 16.5 and later.
9+
ConnectionManager.exe is a command-line utility to manage remote development connections outside of Visual Studio. You may find it useful for tasks such as provisioning a new development machine, or setting up Visual Studio for continuous integration. You can use it in a Developer Command Prompt window. For more information about the Developer Command Prompt, see [Use the Microsoft C++ toolset from the command line](..\building-on-the-command-line.md).
1110

12-
ConnectionManager.exe is installed automatically when you choose the Connection Manager component in the Visual Studio Installer. By default, it's installed in *%VCIDEInstallDir%\\Linux\\bin\\ConnectionManager.exe*. You can use it in a Developer Command Prompt window. For more information about the Developer Command Prompt, see [Use the Microsoft C++ toolset from the command line](..\building-on-the-command-line.md).
11+
ConnectionManager.exe is available in Visual Studio 2019 version 16.5 and later. It's installed automatically when you choose the **Connection Manager** component in the Visual Studio Installer. By default, it's installed in *%VCIDEInstallDir%\\Linux\\bin\\ConnectionManager.exe*.
1312

1413
The functionality of ConnectionManager.exe is also available in Visual Studio. To manage remote development connections in the IDE, on the menu bar, choose **Tools** > **Options** to open the Options dialog. In the Options dialog, select **Cross Platform** > **Connection Manager**.
1514

@@ -93,4 +92,4 @@ ConnectionManager.exe remove 1975957870
9392

9493
## See also
9594

96-
[XML Documentation](xml-documentation-visual-cpp.md)
95+
[Connect to your target Linux system in Visual Studio](../../linux/connect-to-your-remote-linux-computer.md)

0 commit comments

Comments
 (0)