.devcontainer: settings for a codespace workflow

Add devcontainer settings for running within a codespace.
This commit is contained in:
Edward Thomson
2020-05-10 17:04:54 +01:00
parent e65229ee97
commit a8098903cd

View File

@@ -0,0 +1,3 @@
{
"postCreateCommand": "sudo apt-get update && sudo apt-get -y --no-install-recommends install cmake"
}