From 8d7942fff669bc7d8b72c8de4fdaf69c75da8b1b Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Tue, 9 Jun 2020 17:27:17 -0400 Subject: [PATCH] attempt to add vscode gitpod extensions --- .gitpod.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index c0720dcb5..e6d4e7ea3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,9 @@ tasks: -- init: > - pip install cpplint - cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON && - cmake --build build -t all - \ No newline at end of file + - init: > + pip install cpplint + cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON && + cmake --build build -t all +vscode: + extensions: + - twxs.cmake@0.0.17 + -ms-vscode.cpptools@0.28.3 \ No newline at end of file