mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:50:14 +01:00
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"name": "carbon-lang",
|
|
"build": {
|
|
"dockerfile": "../docker/ubuntu2204/base/Dockerfile"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|