mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
added default connection to sqltools vscode config
This commit is contained in:
parent
77a377f2f0
commit
e79be0c07a
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@ -1,3 +1,18 @@
|
|||||||
{
|
{
|
||||||
"git.ignoreLimitWarning": true
|
"git.ignoreLimitWarning": true,
|
||||||
|
"sqltools.connections": [
|
||||||
|
{
|
||||||
|
"mysqlOptions": {
|
||||||
|
"authProtocol": "default"
|
||||||
|
},
|
||||||
|
"previewLimit": 50,
|
||||||
|
"server": "localhost",
|
||||||
|
"port": 3306,
|
||||||
|
"driver": "MariaDB",
|
||||||
|
"name": "localhost",
|
||||||
|
"database": "gradido_community",
|
||||||
|
"username": "root",
|
||||||
|
"password": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user