Skip to content

Commit

Permalink
Add missing devconatiner file
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikWin authored Aug 19, 2024
1 parent 47dc7d3 commit df05040
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "vidformer Dev Container",
"build": {
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2.11.0": {
"version": "latest",
"moby": true
}
},
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
]
}
}
}

0 comments on commit df05040

Please sign in to comment.