AzureLeon1 / mac-vscode-cpp

Mac VsCode C++ Development Environment Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac VsCode C++ Development Environment Configuration

Files

  • c_cpp_properties.json: c/c++ configuration
  • tasks.json: build task configuration
  • launch.json: launch(debug) configuration

Build and Debug

  • Cmd + Shift + B: Build with clang++
  • F5: Debug/Run (automatically rebuild before debug, see launch.json)

About

Mac VsCode C++ Development Environment Configuration


Languages

Language:C++ 100.0%