Skip to content

Commit

Permalink
add CSV extension
Browse files Browse the repository at this point in the history
  • Loading branch information
alex000kim committed Aug 9, 2022
1 parent 777421e commit 381d760
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"build": {
"dockerfile": "Dockerfile"
},
"extensions": ["Iterative.dvc"],
"extensions": [
"Iterative.dvc",
"mechatroner.rainbow-csv"
],
"postCreateCommand": "pip3 install --user -r requirements.txt; python3 -m dvc pull"
}

0 comments on commit 381d760

Please sign in to comment.