Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 588 Bytes

File metadata and controls

30 lines (20 loc) · 588 Bytes

cpptemplate

A simple C++ template project for vscode.

I create this to rescue me from suffering configuration for all new projects.

Features:

  • C++23
  • clang-19
  • clangd as lsp
  • clang-format as formatter
  • lldb for debugging
  • auto finding source files
  • complete .vscode configuration

Environments

  • 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-19

Extensions

See .vscode/extensions.json.

Once you open this project by vscode, it should notify you automatically.