From fd9dd80ac3e6cb6d039c0b557f92d3584c898954 Mon Sep 17 00:00:00 2001 From: Austen Ott Date: Thu, 23 Mar 2023 13:13:51 -0700 Subject: [PATCH 01/14] Learn Editor: Update remote-debugger-download.md --- .../includes/remote-debugger-download.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/debugger/includes/remote-debugger-download.md b/docs/debugger/includes/remote-debugger-download.md index f4f6df06746..2661db87310 100644 --- a/docs/debugger/includes/remote-debugger-download.md +++ b/docs/debugger/includes/remote-debugger-download.md @@ -1,5 +1,5 @@ --- - title: Remote debugger download +title: Remote debugger download description: Download links for the remote debugger services: "" author: mikejo5000 @@ -12,9 +12,9 @@ On the remote device or server that you want to debug on, rather than the Visual Studio machine, download and install the correct version of the remote tools from the links in the following table. -- Download the most recent remote tools for your version of Visual Studio. The latest remote tools version is compatible with earlier Visual Studio versions, but earlier remote tools versions aren't compatible with later Visual Studio versions. (For example, if you are using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, do not download the remote tools for Visual Studio 2022.) -- Download the remote tools with the same architecture as the machine you're installing them on. For example, if you want to debug a 32-bit app on a remote computer running a 64-bit operating system, install the 64-bit remote tools. - +- - Download the most recent remote tools for your version of Visual Studio. The latest remote tools version is compatible with earlier Visual Studio versions, but earlier remote tools versions aren't compatible with later Visual Studio versions. (For example, if you are using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, do not download the remote tools for Visual Studio 2022.) +- Download the remote tools with the same architecture as the machine you're installing them on. For example, if you want to debug x86 applications on a remote computer running an x64 operating system, install the x64 remote tools. To debug x86, ARM, or x64 applications on an ARM64 operating system, install the ARM64 remote tools. + ::: moniker range=">=vs-2022" |Version|Link|Notes| @@ -42,6 +42,10 @@ On the remote device or server that you want to debug on, rather than the Visual You can run the remote debugger by copying *msvsmon.exe* to the remote computer, rather than installing the remote tools. However, the Remote Debugger Configuration Wizard (*rdbgwiz.exe*) is available only when you install the remote tools. You may need to use the wizard for configuration if you want to run the remote debugger as a service. For more information, see [(Optional) Configure the remote debugger as a service](../../debugger/remote-debugging.md#bkmk_configureService). ->[!NOTE] ->- To debug Windows 10 or later apps on ARM devices, use ARM64, which is available with the latest version of the remote tools. ->- To debug Windows 10 apps on Windows RT devices, use ARM, which is available only in the Visual Studio 2015 remote tools download. +> [!NOTE] +> - To debug Windows 10 or later apps on ARM devices, use ARM64, which is available with the latest version of the remote tools. +> - To debug Windows 10 apps on Windows RT devices, use ARM, which is available only in the Visual Studio 2015 remote tools download. +> - To debug x64 apps on ARM64 operating systems, run the x64 msvsmon.exe that is installed with the ARM64 remote tools. +> + + From c86d1b7fefa73b746d0a6f833976c5b3fb6b9eac Mon Sep 17 00:00:00 2001 From: Austen Ott Date: Thu, 23 Mar 2023 13:14:23 -0700 Subject: [PATCH 02/14] Learn Editor: Update remote-debugger-download.md --- docs/debugger/includes/remote-debugger-download.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/debugger/includes/remote-debugger-download.md b/docs/debugger/includes/remote-debugger-download.md index 2661db87310..010fa5b8eca 100644 --- a/docs/debugger/includes/remote-debugger-download.md +++ b/docs/debugger/includes/remote-debugger-download.md @@ -44,8 +44,10 @@ You can run the remote debugger by copying *msvsmon.exe* to the remote computer, > [!NOTE] > - To debug Windows 10 or later apps on ARM devices, use ARM64, which is available with the latest version of the remote tools. + > - To debug Windows 10 apps on Windows RT devices, use ARM, which is available only in the Visual Studio 2015 remote tools download. -> - To debug x64 apps on ARM64 operating systems, run the x64 msvsmon.exe that is installed with the ARM64 remote tools. -> + +> To debug x64 apps on an ARM64 operating system, run the x64 msvsmon.exe that is installed with the ARM64 remote tools. +> From 42433eeaa896a4d152d771798510c00861623edf Mon Sep 17 00:00:00 2001 From: Austen Ott Date: Thu, 23 Mar 2023 13:15:14 -0700 Subject: [PATCH 03/14] Learn Editor: Update remote-debugger-download.md From 7777544af6d16c13fefba938a3e02fd2d5104967 Mon Sep 17 00:00:00 2001 From: Austen Ott Date: Mon, 27 Mar 2023 11:29:44 -0700 Subject: [PATCH 04/14] Update remote-debugger-download.md Fixup new note section. --- docs/debugger/includes/remote-debugger-download.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/debugger/includes/remote-debugger-download.md b/docs/debugger/includes/remote-debugger-download.md index 010fa5b8eca..622900b18ee 100644 --- a/docs/debugger/includes/remote-debugger-download.md +++ b/docs/debugger/includes/remote-debugger-download.md @@ -44,10 +44,7 @@ You can run the remote debugger by copying *msvsmon.exe* to the remote computer, > [!NOTE] > - To debug Windows 10 or later apps on ARM devices, use ARM64, which is available with the latest version of the remote tools. - > - To debug Windows 10 apps on Windows RT devices, use ARM, which is available only in the Visual Studio 2015 remote tools download. - -> To debug x64 apps on an ARM64 operating system, run the x64 msvsmon.exe that is installed with the ARM64 remote tools. -> +> - To debug x64 apps on an ARM64 operating system, run the x64 msvsmon.exe that is installed with the ARM64 remote tools. From 50185214a27d3317b29e1240cfc8209fbd2a16a1 Mon Sep 17 00:00:00 2001 From: evanwindom Date: Mon, 3 Apr 2023 10:29:20 -0700 Subject: [PATCH 05/14] Minor changes to text for acrolinx scoring in contact-my-admin.md --- subscriptions/contact-my-admin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subscriptions/contact-my-admin.md b/subscriptions/contact-my-admin.md index 9981f6d2443..b427c7f0b43 100644 --- a/subscriptions/contact-my-admin.md +++ b/subscriptions/contact-my-admin.md @@ -4,7 +4,7 @@ author: evanwindom ms.author: amast manager: shve ms.assetid: 64455e79-229a-42f0-9d65-c2cca8ab8513 -ms.date: 07/08/2022 +ms.date: 04/03/2023 ms.topic: how-to description: Learn how to contact your subscription admin for assistance with questions or issues. --- @@ -17,7 +17,7 @@ If your Visual Studio subscription is provided to you by your work or school, ch + Enabling access to software downloads + Other functions related to your subscription -Many organizations are large and complex, so you may not be aware of who your admin is when you need help. We provide a feature in the subscriber portal to assist you with contacting your admin(s). +Many organizations are large and complex, so you may not be aware of who your admin is. We provide a feature in the subscriber portal to assist you with contacting your admin(s). ## How to contact your admin @@ -40,7 +40,7 @@ Many organizations are large and complex, so you may not be aware of who your ad ## See also + [Visual Studio documentation](/visualstudio/) -+ [Azure DevOps documentation](/azure/devops/) ++ [Azure DevOps Services documentation](/azure/devops/) + [Azure documentation](/azure/) + [Microsoft 365 documentation](/microsoft-365/) From a053e0195eac8ba3809ea382fc81dd8d340174aa Mon Sep 17 00:00:00 2001 From: evanwindom Date: Mon, 3 Apr 2023 14:42:13 -0700 Subject: [PATCH 06/14] Minor changes to text for acrolinx in vs-ide-benefit.md --- subscriptions/vs-ide-benefit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subscriptions/vs-ide-benefit.md b/subscriptions/vs-ide-benefit.md index 586d1db06e2..41f9481015f 100644 --- a/subscriptions/vs-ide-benefit.md +++ b/subscriptions/vs-ide-benefit.md @@ -4,7 +4,7 @@ author: evanwindom ms.author: amast manager: shve ms.assetid: c4b13464-76be-40f1-ad60-ed79ee264b12 -ms.date: 06/14/2022 +ms.date: 04/03/2023 ms.topic: how-to description: In this article, you learn how to download and install the Visual Studio IDE that's included in your Visual Studio subscription. --- @@ -45,7 +45,7 @@ Here's how to download and install the IDE for your version of Visual Studio. We 1. Select **Install**. - When the installation is complete, you have the option to modify the installation or start Visual Studio. + When the installation is complete, you can either modify the installation or start Visual Studio. 1. To start Visual Studio, select **Launch**. If multiple versions are installed, they're listed on the **Visual Studio Installer** pane. @@ -71,12 +71,12 @@ Here's how to download and install the IDE for your version of Visual Studio. We | Visual Studio Test Professional (Standard) | All | Not available | N/A | | MSDN Platforms (Standard) | All | Not available | N/A | -\* Includes the following: *Not for Resale (NFR), NFR Basic, Visual Studio Industry Partner (VSIP), Microsoft Partner Network (MPN), FTE, MCT Software & Services Developer, BizSpark, Imagine, Most Valuable Professional (MVP), Regional Director (RD)*. Excludes the following: *MCT Software & Services*. +\* Includes the following subscriptions: *Not for Resale (NFR), NFR Basic, Visual Studio Industry Partner (VSIP), Microsoft Partner Network (MPN), FTE, MCT Software & Services Developer, BizSpark, Imagine, Most Valuable Professional (MVP), Regional Director (RD)*. Excludes the following subscriptions: *MCT Software & Services*. > [!NOTE] > Microsoft no longer offers Visual Studio Professional annual subscriptions and Visual Studio Enterprise annual subscriptions in cloud subscriptions. If you're a current customer, there is no change to your ability to renew, increase, decrease, or cancel your subscription. If you're a new customer, we encourage you to go to the [Buy Visual Studio](https://visualstudio.microsoft.com/vs/pricing/) page to explore the various purchase options. -Not sure which subscription you're using? Go to the [Your Subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) page to see all the subscriptions that are assigned to your email address. If you don't see all your subscriptions, one or more might be assigned to a different email address. You'll need to sign in with that other email address to view those subscriptions. +Not sure which subscription you're using? Go to the [Your Subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) page to see all the subscriptions that are assigned to your email address. If you don't see all your subscriptions, one or more might be assigned to a different email address. You need to sign in with that other email address to view those subscriptions. ## Support resources @@ -96,7 +96,7 @@ For Visual Studio IDE technical issues or questions, contact [Visual Studio tech You can search keywords, read, vote, and comment, all without logging in. If you don’t find what you need with a search, you can suggest a feature or report a problem from the navigation menu. - To submit a feature request, you’ll need to sign in to fill out and post the report. To report a problem or bug, you need to have a running instance of Visual Studio. + To submit a feature request, you need to sign in to fill out and post the report. To report a problem or bug, you need to have a running instance of Visual Studio. + Search the [Stack Overflow public Q&A site](https://stackoverflow.com/questions/tagged/visual-studio?tab=Newest) for answers to already-asked questions that are tagged with *\[visual-studio]*, or sign up for an account and ask a new question. @@ -113,13 +113,13 @@ For assistance with sales, subscriptions, accounts, and billing, contact [Visual ## See also + [Visual Studio documentation](/visualstudio/) -+ [Azure DevOps documentation](/azure/devops/) ++ [Azure DevOps Services documentation](/azure/devops/) + [Azure documentation](/azure/) + [Microsoft 365 documentation](/microsoft-365/) ## Next steps -After you've installed Visual Studio, be sure to activate additional important benefits: +After you've installed Visual Studio, be sure to activate these important benefits: + [Azure DevOps](vs-azure-devops.md) + [Azure DevTest offer/credits](/azure/devtest/offer/) From ecf9e24fa2d5b3178dfdeaec2f49aa710deec38a Mon Sep 17 00:00:00 2001 From: Devin Pohl <29494099+Shizcow@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:22:54 -0600 Subject: [PATCH 07/14] Learn Editor: Update cv-cfl-lang.md --- .../debug-interface-access/cv-cfl-lang.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/debugger/debug-interface-access/cv-cfl-lang.md b/docs/debugger/debug-interface-access/cv-cfl-lang.md index 40397fba950..343d86f341f 100644 --- a/docs/debugger/debug-interface-access/cv-cfl-lang.md +++ b/docs/debugger/debug-interface-access/cv-cfl-lang.md @@ -1,7 +1,7 @@ --- title: "CV_CFL_LANG | Microsoft Docs" description: Get information about the CV_CFL_LANG enumeration type, which specifies the code language of the application or linked module in the debug interface access SDK. -ms.date: "11/04/2016" +ms.date: "4/04/2023" ms.topic: "reference" dev_langs: - "C++" @@ -15,6 +15,7 @@ ms.technology: vs-ide-debug ms.workload: - "multiple" --- + # CV_CFL_LANG [!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)] @@ -22,6 +23,7 @@ Specifies the source code language of the application or linked module. ## Syntax + ```C++ typedef enum CV_CFL_LANG { CV_CFL_C = 0x00, @@ -46,10 +48,12 @@ typedef enum CV_CFL_LANG { CV_CFL_SWIFT = 0x13, CV_CFL_ALIASOBJ = 0x14, CV_CFL_RUST = 0x15, + CV_CFL_GO = 0x16, } CV_CFL_LANG; ``` ## Elements + CV_CFL_C Application language is C. @@ -112,16 +116,21 @@ Application language is Swift. CV_CFL_ALIASOBJ Application is a module generated by the aliasobj tool. - CV_CFL_RUST Application language is Rust. - +CV_CFL_GO +Application language is Go. ## Remarks + The values in this enumeration are returned by a call to the [IDiaSymbol::get_language](../../debugger/debug-interface-access/idiasymbol-get-language.md) method. ## Requirements + Header: cvconst.h ## See also + - [Enumerations and Structures](../../debugger/debug-interface-access/enumerations-and-structures.md) - [IDiaSymbol::get_language](../../debugger/debug-interface-access/idiasymbol-get-language.md) + + From a13f7531e6992fefe9de25b64dd803e8f0c2452e Mon Sep 17 00:00:00 2001 From: Devin Pohl <29494099+Shizcow@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:23:10 -0600 Subject: [PATCH 08/14] Learn Editor: Update cv-cfl-lang.md From b1f27fef1627697311482593ed12c46dd990ab50 Mon Sep 17 00:00:00 2001 From: Devin Pohl <29494099+Shizcow@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:26:54 -0600 Subject: [PATCH 09/14] Clean up diff --- docs/debugger/debug-interface-access/cv-cfl-lang.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/debugger/debug-interface-access/cv-cfl-lang.md b/docs/debugger/debug-interface-access/cv-cfl-lang.md index 343d86f341f..f374f50a957 100644 --- a/docs/debugger/debug-interface-access/cv-cfl-lang.md +++ b/docs/debugger/debug-interface-access/cv-cfl-lang.md @@ -15,7 +15,6 @@ ms.technology: vs-ide-debug ms.workload: - "multiple" --- - # CV_CFL_LANG [!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)] @@ -23,7 +22,6 @@ Specifies the source code language of the application or linked module. ## Syntax - ```C++ typedef enum CV_CFL_LANG { CV_CFL_C = 0x00, @@ -53,7 +51,6 @@ typedef enum CV_CFL_LANG { ``` ## Elements - CV_CFL_C Application language is C. @@ -125,12 +122,8 @@ Application language is Go. The values in this enumeration are returned by a call to the [IDiaSymbol::get_language](../../debugger/debug-interface-access/idiasymbol-get-language.md) method. ## Requirements - Header: cvconst.h ## See also - - [Enumerations and Structures](../../debugger/debug-interface-access/enumerations-and-structures.md) - [IDiaSymbol::get_language](../../debugger/debug-interface-access/idiasymbol-get-language.md) - - From 749f1a81143ac56e4713d5e608c7777df782c274 Mon Sep 17 00:00:00 2001 From: Devin Pohl <29494099+Shizcow@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:27:18 -0600 Subject: [PATCH 10/14] Clean up diffs --- docs/debugger/debug-interface-access/cv-cfl-lang.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/debugger/debug-interface-access/cv-cfl-lang.md b/docs/debugger/debug-interface-access/cv-cfl-lang.md index f374f50a957..399bc97e8a6 100644 --- a/docs/debugger/debug-interface-access/cv-cfl-lang.md +++ b/docs/debugger/debug-interface-access/cv-cfl-lang.md @@ -118,7 +118,6 @@ Application language is Rust. CV_CFL_GO Application language is Go. ## Remarks - The values in this enumeration are returned by a call to the [IDiaSymbol::get_language](../../debugger/debug-interface-access/idiasymbol-get-language.md) method. ## Requirements From cf5b235127251a66af13efc948af09dbef4e8cbe Mon Sep 17 00:00:00 2001 From: Devin Pohl <29494099+Shizcow@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:28:11 -0600 Subject: [PATCH 11/14] Fixed preview --- docs/debugger/debug-interface-access/cv-cfl-lang.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/debugger/debug-interface-access/cv-cfl-lang.md b/docs/debugger/debug-interface-access/cv-cfl-lang.md index 399bc97e8a6..5cc46e9a9f3 100644 --- a/docs/debugger/debug-interface-access/cv-cfl-lang.md +++ b/docs/debugger/debug-interface-access/cv-cfl-lang.md @@ -113,8 +113,10 @@ Application language is Swift. CV_CFL_ALIASOBJ Application is a module generated by the aliasobj tool. + CV_CFL_RUST Application language is Rust. + CV_CFL_GO Application language is Go. ## Remarks From 111137c4d7b62c78f14df35ed556de516ec0e084 Mon Sep 17 00:00:00 2001 From: Devin Pohl <29494099+Shizcow@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:29:46 -0600 Subject: [PATCH 12/14] Cleaned up diff (last time) --- docs/debugger/debug-interface-access/cv-cfl-lang.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/debugger/debug-interface-access/cv-cfl-lang.md b/docs/debugger/debug-interface-access/cv-cfl-lang.md index 5cc46e9a9f3..66d7c61ec00 100644 --- a/docs/debugger/debug-interface-access/cv-cfl-lang.md +++ b/docs/debugger/debug-interface-access/cv-cfl-lang.md @@ -119,6 +119,7 @@ Application language is Rust. CV_CFL_GO Application language is Go. + ## Remarks The values in this enumeration are returned by a call to the [IDiaSymbol::get_language](../../debugger/debug-interface-access/idiasymbol-get-language.md) method. From b908bf6a34a2f2cb5f60bc4bd15e7a8e5f219bf0 Mon Sep 17 00:00:00 2001 From: evanwindom Date: Tue, 4 Apr 2023 16:33:34 -0700 Subject: [PATCH 13/14] Change alt text in contact-my-admin.md --- subscriptions/contact-my-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscriptions/contact-my-admin.md b/subscriptions/contact-my-admin.md index b427c7f0b43..98c4c46534a 100644 --- a/subscriptions/contact-my-admin.md +++ b/subscriptions/contact-my-admin.md @@ -25,7 +25,7 @@ Many organizations are large and complex, so you may not be aware of who your ad 2. Select the **Subscriptions** tab. 3. Select the **Contact my Admin** button at the top right. > [!div class="mx-imgBorder"] - > ![Contact my Admin](_img/contact-my-admin/contact-my-admin-button.png "Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.") + > ![Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.](_img/contact-my-admin/contact-my-admin-button.png "Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.") 4. Enter the message for your admin. 5. If you'd like to receive a copy of the message sent to your admin, choose the **Send me a copy** checkbox. 6. Finally, select **Send**. From 622a4099d02b5a11e9fbcf14c69c1c1ec4bff49c Mon Sep 17 00:00:00 2001 From: evanwindom Date: Tue, 4 Apr 2023 16:35:07 -0700 Subject: [PATCH 14/14] Change alt text in contact-my-admin.md --- subscriptions/contact-my-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscriptions/contact-my-admin.md b/subscriptions/contact-my-admin.md index 98c4c46534a..ceb60fa8aa0 100644 --- a/subscriptions/contact-my-admin.md +++ b/subscriptions/contact-my-admin.md @@ -25,7 +25,7 @@ Many organizations are large and complex, so you may not be aware of who your ad 2. Select the **Subscriptions** tab. 3. Select the **Contact my Admin** button at the top right. > [!div class="mx-imgBorder"] - > ![Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.](_img/contact-my-admin/contact-my-admin-button.png "Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.") + > ![Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.](_img/contact-my-admin/contact-my-admin-button.png "The Contact My Admin button on the subscriptions tab to contact your company's subscription admins.") 4. Enter the message for your admin. 5. If you'd like to receive a copy of the message sent to your admin, choose the **Send me a copy** checkbox. 6. Finally, select **Send**.