Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcoder/vs-code-cpp
Sample project for setup build and debug C++ in Visual Studio Code on macOS
https://github.com/wcoder/vs-code-cpp
clang cpp cpp11 lldb macos vscode vscode-cpp
Last synced: 14 days ago
JSON representation
Sample project for setup build and debug C++ in Visual Studio Code on macOS
- Host: GitHub
- URL: https://github.com/wcoder/vs-code-cpp
- Owner: wcoder
- License: mit
- Created: 2020-03-01T08:13:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T23:13:32.000Z (about 1 year ago)
- Last Synced: 2024-10-09T08:43:23.048Z (about 1 month ago)
- Topics: clang, cpp, cpp11, lldb, macos, vscode, vscode-cpp
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup VS Code for C++
Sample project for setup build and debug C++ in Visual Studio Code on macOS.
1. Main tutorial (not so actual): https://code.visualstudio.com/docs/cpp/config-clang-mac
2. Install VS Code extensions: [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools), [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)