Skip to content

Commit 55229a7

Browse files
committed
Update venv and devcontainer
1 parent 3e05c08 commit 55229a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"ms-python.vscode-pylance",
3232
"ms-python.vscode-python-envs",
3333
"charliermarsh.ruff",
34-
// TODO: Add PostgreSQL extension once its in marketplace
3534
"esbenp.prettier-vscode",
3635
"mechatroner.rainbow-csv",
3736
"ms-vscode.vscode-node-azure-pack",
3837
"teamsdevapp.vscode-ai-foundry",
39-
"ms-windows-ai-studio.windows-ai-studio"
38+
"ms-windows-ai-studio.windows-ai-studio",
39+
"ms-ossdata.vscode-pgsql"
4040
],
4141
// Set *default* container specific settings.json values on container create.
4242
"settings": {

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ static/
149149

150150
# Playwright test trace
151151
test-results/
152+
.DS_Store

0 commit comments

Comments
 (0)