aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: 82a2d2a04400dff3ea8d359cd2f00cc33f7b3bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
tasks:
  - name: configure
    init: |
      cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -H. -B./build -G Ninja
      ln -s build/compile_commands.json compile_commands.json

vscode:
  extensions:
    - "llvm-vs-code-extensions.vscode-clangd"
    - "wayou.vscode-todo-highlight"
    - "editorconfig.editorconfig"