aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: 7982df37278da0fdaa2cfbf30ee0c1fb71bae403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tasks:
  - name: vcpkg
    env:
      VCPKG_INSTALLATION_ROOT: /opt/vcpkg
    init: |
      git clone https://github.com/Microsoft/vcpkg.git /tmp/vcpkg
      /tmp/vcpkg/bootstrap-vcpkg.sh
      /tmp/vcpkg/vcpkg install

vscode:
  extensions:
    - "llvm-vs-code-extensions.vscode-clangd"
    - "ms-vscode.cmake-tools"
    - "wayou.vscode-todo-highlight"