mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 14:36:25 +08:00
attempt to add vscode gitpod extensions
This commit is contained in:
13
.gitpod.yml
13
.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
|
||||
|
||||
- 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
|
||||
Reference in New Issue
Block a user