aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 00000000..9857b55b
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,14 @@
+tasks:
+ - name: vcpkg
+ env:
+ VCPKG_INSTALLATION_ROOT: /opt/vcpkg
+ init: |
+ git clone https://github.com/Microsoft/vcpkg.git /opt/vcpkg
+ /opt/vcpkg/bootstrap-vcpkg.sh
+ /opt/vcpkg/vcpkg install
+
+vscode:
+ extensions:
+ - "llvm-vs-code-extensions.vscode-clangd"
+ - "ms-vscode.cmake-tools"
+ - "wayou.vscode-todo-highlight"