mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
.devcontainer: settings for a codespace workflow
Add devcontainer settings for running within a codespace.
This commit is contained in:
3
.devcontainer/devcontainer.json
Normal file
3
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"postCreateCommand": "sudo apt-get update && sudo apt-get -y --no-install-recommends install cmake"
|
||||
}
|
||||
Reference in New Issue
Block a user