VSCode MSVC Configuration Introduction

Than ever before, the need to manually configure the local VSCode have fewer and fewer, debugger configuration has become more and more intelligent, almost all of the configuration parameters even have smart tips, hands moving a little basic configuration is not a problem. As debugger configuration, basically provides configuration templates, a little tinkering can be used immediately

VSCode official website has provided very detailed documentation, follow the steps to do but pay attention to some of the steps a little bit outdated, keep in mind that, according to the official procedure does not need to create launch.json and tasks.json manual, because now VSCode can automatically generate these files, slight modifications can be

MSVC brief summary of a few configuration steps:

1. Start menu to start dev prompt for vs

2. Switch to the project path

3. command line to start vscode: "code."

4.ctrl + shift + p is then input "c / c ++ editing configuration", and the designated path cl.exe intellisense type (the MSVC)

5. Create a hellworld.cpp, then the F5, wait ten seconds until VSCode popup window configuration, according to the steps to complete the configuration

Guess you like

Origin www.cnblogs.com/alex-zen/p/11372563.html