Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Feb 7, 2024
1 parent 1942250 commit 4b1843b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/cmake-exercise/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "CMake exercise",
"image": "ubuntu-22.04",
"customizations": {
"vscode": {
"extensions": [
"lvm-vs-code-extensions.vscode-clangd",
"ms-vscode.cmake-tools",
"twxs.cmake",
"matepek.vscode-catch2-test-adapter"
]
}
}
}

0 comments on commit 4b1843b

Please sign in to comment.