{
"name": "MIL dev container",
"build": {
"dockerfile": "Dockerfile"
},
"onCreateCommand": "echo \"Downloading the Lean 4 mathematical library...\" && lake exe cache get! && lake build +MIL.Common && echo \"Finished setup! Open a file using the Explorer in the top-left of your screen.\"",
"customizations": {
"vscode" : {
"extensions" : [ "leanprover.lean4" ]
}
}
}