mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:10:12 +01:00
Ubuntu 22.04 base image and examples using github, a copy instruction and volumes. I was using this to run examples on a windows machine since it is more comfortable than switching OS or using the WSL subsystem directly. If this is something that other people would like to have I can add other versions of ubuntu and other linux distributions.
22 lines
443 B
JSON
22 lines
443 B
JSON
{
|
|
"name": "carbon-lang",
|
|
"build": {
|
|
"dockerfile": "../docker/ubuntu2204/base/Dockerfile",
|
|
"args": {
|
|
"TAG": "3.5.6"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"bazelbuild.vscode-bazel",
|
|
"bierner.github-markdown-preview",
|
|
"daohong-emilio.yash",
|
|
"esbenp.prettier-vscode",
|
|
"llvm-vs-code-extensions.vscode-clangd",
|
|
"ms-python.python"
|
|
]
|
|
}
|
|
}
|
|
}
|