A simple C++ template project for vscode.
I create this to rescue me from suffering configuration for all new projects.
- C++23
- clang-19
- clangd as lsp
- clang-format as formatter
- lldb for debugging
- auto finding source files
- complete .vscode configuration
- wsl ubuntu 24.04 LTS
sudo apt install cmake clang-19 libc++-19-dev libc++abi-19-dev
sudo apt install lldb-19 clangd-19 clang-format-19See .vscode/extensions.json.
Once you open this project by vscode, it should notify you automatically.