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

Commit

Permalink
removes sqltools
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Nov 30, 2023
1 parent 73f6a8f commit 359d87a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions {{cookiecutter.__src_folder_name}}/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,9 @@
{% if cookiecutter.project_host == "aca" %}
"ms-azuretools.vscode-docker",
{% endif %}
{% if 'postgres' in cookiecutter.db_resource %}
"mtxr.sqltools",
"mtxr.sqltools-driver-pg",
{% endif %}
"bierner.github-markdown-preview"
],
"settings": {
{% if 'postgres' in cookiecutter.db_resource %}
"sqltools.connections": [
{
"name": "Local database",
"driver": "PostgreSQL",
"server": "db",
"port": 5432,
"database": "relecloud",
"username": "postgres",
"password": "postgres"
}
],
{% endif %}
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
Expand Down

0 comments on commit 359d87a

Please sign in to comment.