This commit is contained in:
2023-09-29 13:05:19 +02:00
parent 46cd796f60
commit 601ef9cfec

17
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"askForPassword": true,
"driver": "MariaDB",
"name": "Localhost",
"username": "sebastian",
"database": "mysql"
}
]
}