v86/.devcontainer/devcontainer.json

28 lines
611 B
JSON
Raw Permalink Normal View History

{
"name": "v86 dev container",
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "ubuntu"
}
},
"features": {
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
"ghcr.io/jungaretti/features/ripgrep:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"yzhang.markdown-all-in-one",
"DavidAnson.vscode-markdownlint",
"christian-kohler.npm-intellisense",
"dbaeumer.vscode-eslint",
"dustypomerleau.rust-syntax",
"serayuzgur.crates",
"ms-vscode.makefile-tools",
"rust-lang.rust-analyzer"
]
}
}
}