mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-19 23:35:20 -04:00
ab9ff56ed2
* Create devcontainer.json * update devcontainer * remove useless features
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "./Dockerfile",
|
|
"context": "."
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer"
|
|
]
|
|
}
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/rust:1": "latest"
|
|
}
|
|
}
|