You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
333 B
JSON
23 lines
333 B
JSON
{
|
|
"name": "Ubuntu",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": { "VARIANT": "ubuntu-22.04" }
|
|
},
|
|
"remoteUser": "vscode",
|
|
"features": {
|
|
"git": "os-provided"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"leanprover.lean4"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": [
|
|
"lake update",
|
|
"lake exe cache get"
|
|
]
|
|
}
|