Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
SQLTOOLS conn
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner authored Jun 4, 2024
1 parent df2479c commit 397b705
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
"database": "postgres",
"username": "postgres",
"password": ""
}
},
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "gitpod",
"database": "gitpod",
"username": "gitpod",
"password": "gitpod"
}
]
}

0 comments on commit 397b705

Please sign in to comment.