diff options
author | crupest <crupest@outlook.com> | 2022-01-10 00:49:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-10 00:49:38 +0800 |
commit | a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f (patch) | |
tree | acb86a124c7100fc3a322288b82b26335f76cbb3 /.gitpod.yml | |
parent | 6b90be37d3ba7e094837bd01a19381bd59657041 (diff) | |
download | cru-a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f.tar.gz cru-a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f.tar.bz2 cru-a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f.zip |
...
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 14 |
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" |