Skip to content

Commit

Permalink
devcontainer: separate cmake-exercise and document-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Feb 7, 2024
1 parent 80db416 commit acfc0ec
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/cmake-exercise/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Jumpstart CMake exercise",
"image": "danger89/cmake:5.0",
"customizations": {
"vscode": {
"extensions": [
"llvm-vs-code-extensions.vscode-clangd",
"matepek.vscode-catch2-test-adapter",
"ms-vscode.cmake-tools",
"twxs.cmake"
],
"settings": {
"cmake.sourceDirectory": "${workspaceFolder}/topics/build_systems/code"
}
}
}
}
14 changes: 0 additions & 14 deletions .devcontainer/cmake/devcontainer.json

This file was deleted.

16 changes: 16 additions & 0 deletions .devcontainer/document-compilation/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Jumpstart Document Compilation",
"image": "ghcr.io/langchr86/docmake@sha256:32d37fb9a637f0bd2b7860305a31e29ceb665f5f8f884b463a1da4d74cbf308d",
"customizations": {
"vscode": {
"extensions": [
"mathematic.vscode-pdf",
"llvm-vs-code-extensions.vscode-clangd",
"matepek.vscode-catch2-test-adapter",
"ms-vscode.cmake-tools",
"twxs.cmake"
]
}
},
"postStartCommand": "nohup bash -c 'Xvfb :99 &'"
}

0 comments on commit acfc0ec

Please sign in to comment.