From 461c8b53faa5b8bea350c5a7e78bcba354ade590 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Mon, 20 May 2019 22:00:43 -0700 Subject: [PATCH] Add behavior of .vsconfig to README (#907) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4288bd10..3edd52d3a 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,9 @@ Secondly, try pressing Ctrl + T. The tabs are hidden when * You must be running Windows 1903 (build >= 10.0.18362.0) or above in order to run Windows Terminal - **As of May 2019** this build is only available through Windows Insider Program. You may register and configure Insider Program through your device's system settings. * You must have the [1903 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (build 10.0.18362.0) installed -* You must have at least [VS 2017](https://visualstudio.microsoft.com/downloads/) installed -* You must install the following Workloads via the VS Installer: +* You must have at least [VS 2017](https://visualstudio.microsoft.com/downloads/) installed. +* You must install the following Workloads via the VS Installer. If you're running VS 2019, opening the solution will [prompt you to install missing components automatically](https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/). - Desktop Development with C++ - - If you're running VS2019, you'll also need to install the following Individual Components: - - MSVC v141 - VS 2017 C++ (x86 and x64) build tools - - C++ ATL for v141 build tools (x86 and x64) - Universal Windows Platform Development - Also install the following Individual Component: - C++ (v141) Universal Windows Platform Tools