diff --git a/.gitpod.yml b/.gitpod.yml index 14f45d6a..c0720dcb 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ tasks: - init: > pip install cpplint - cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && - cmake --build build -t all + cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON && + cmake --build build -t all \ No newline at end of file