diff --git a/Extension/walkthrough/installcompiler/install-compiler-windows11.md b/Extension/walkthrough/installcompiler/install-compiler-windows11.md index 8d79b7eb7..d2bfbad11 100644 --- a/Extension/walkthrough/installcompiler/install-compiler-windows11.md +++ b/Extension/walkthrough/installcompiler/install-compiler-windows11.md @@ -2,7 +2,7 @@
If you're doing C++ development for Windows, we recommend installing the Microsoft Visual C++ (MSVC) compiler.
To install MSVC, open the VS Code terminal (CTRL + `) and paste in the following command:
-winget install Microsoft.
winget install Microsoft.
Note: You can use the C++ toolset from Visual Studio Build Tools along with Visual Studio Code to compile, build, and verify any C++ codebase as long as you also have a valid Visual Studio license (either Community, Pro, or Enterprise) that you are actively using to develop that C++ codebase.