diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-05-10 17:04:54 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-08-02 17:07:28 -0400 |
commit | a8098903cd39114b4daeae2311f3f517566105d7 (patch) | |
tree | 7f9fa286175d63cd0926e7c9847b1a106eb06afe /.devcontainer | |
parent | e65229ee972c113413eeca77853213352129bd47 (diff) | |
download | libgit2-a8098903cd39114b4daeae2311f3f517566105d7.tar.gz |
.devcontainer: settings for a codespace workflow
Add devcontainer settings for running within a codespace.
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/devcontainer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..2731eabd3 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,3 @@ +{ + "postCreateCommand": "sudo apt-get update && sudo apt-get -y --no-install-recommends install cmake" +} |