Sign in
apache
/
datafusion
/
refs/heads/refactor-test-scan
/
.
/
.devcontainer
/
devcontainer.json
blob: 1af22306ed8c9aabe770cc29b9813d54aaf1eb20 [
file
] [
log
] [
blame
]
{
"build"
:
{
"dockerfile"
:
"./Dockerfile"
,
"context"
:
"."
},
"customizations"
:
{
"vscode"
:
{
"extensions"
:
[
"rust-lang.rust-analyzer"
]
}
},
"features"
:
{
"ghcr.io/devcontainers/features/rust:1"
:
"latest"
}
}