30 lines
501 B
Plaintext
30 lines
501 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".."
|
|
}
|
|
],
|
|
"settings": {
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default",
|
|
"enableSsl": "Disabled"
|
|
},
|
|
"ssh": "Disabled",
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MySQL",
|
|
"name": "lcbp3_dev",
|
|
"database": "lcbp3_dev",
|
|
"username": "root"
|
|
}
|
|
],
|
|
"editor.fontSize": 15,
|
|
"editor.codeActionsOnSave": {
|
|
|
|
},
|
|
"editor.codeActions.triggerOnFocusChange": true
|
|
}
|
|
} |