Remove unnecessary settings

This commit is contained in:
Manuel Thalmann 2023-01-19 20:32:13 +01:00
parent 87e1cc788d
commit 45a44db031

View file

@ -6,17 +6,6 @@
}
],
"settings": {
"sqltools.connections": [
{
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "Praktikum 13",
"database": "Praktikum13",
"username": "postgres",
"password": "example"
}
]
},
"tasks": {
"version": "2.0.0",