Compiler Acquisition #10525
Labels
Feature Request
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
Many users who are new to C++ install our extension expecting to be able to compile and run programs, but our extension does not bundle a compiler. To help new users onboard quickly we should provide an entry point that will bootstrap this process.
sudo code-select --install
command to the vscode Terminal.On linux and macOS we can run the respective commands directly from the walkthrough or the Select IntelliSense Configuration drop down item (which should be renamed to "Install a C++ compiler"). On Windows the walkthrough will be updated to show the command to install the VS Build Tools.
The text was updated successfully, but these errors were encountered: