Skip to content

Commit

Permalink
.devcontainer: settings for a codespace workflow
Browse files Browse the repository at this point in the history
Add devcontainer settings for running within a codespace.
  • Loading branch information
ethomson committed Aug 2, 2021
1 parent e65229e commit a809890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"postCreateCommand": "sudo apt-get update && sudo apt-get -y --no-install-recommends install cmake"
}

0 comments on commit a809890

Please sign in to comment.