Sign in
apache
/
datafusion-sandbox
/
refs/heads/dependabot/github_actions/github/codeql-action-4.35.1
/
.
/
.devcontainer
/
devcontainer.json
blob: 1af22306ed8c9aabe770cc29b9813d54aaf1eb20 [
file
]
{
"build"
:
{
"dockerfile"
:
"./Dockerfile"
,
"context"
:
"."
},
"customizations"
:
{
"vscode"
:
{
"extensions"
:
[
"rust-lang.rust-analyzer"
]
}
},
"features"
:
{
"ghcr.io/devcontainers/features/rust:1"
:
"latest"
}
}