Initial commit

This commit is contained in:
Diego Ripley
2025-05-24 13:37:31 -04:00
commit f93e4d0cec
108 changed files with 11689 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "process-statcan-data",
"dockerComposeFile": "../docker-compose.yml",
"service": "devcontainer",
"workspaceFolder": "/workspace",
"shutdownAction": "stopCompose",
"forwardPorts": [
5432,
8888
],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"vsls-contrib.gistfs",
"vscode-icons-team.vscode-icons",
"dorzey.vscode-sqlfluff"
],
"settings": {
"python.pythonPath": "/root/.venv/bin/python",
"python.defaultInterpreterPath": "/root/.venv/bin/python"
}
}
}
}