18 lines
472 B
JSON
18 lines
472 B
JSON
{
|
|
"python.defaultInterpreterPath": "frappe-bench/env/bin/python",
|
|
"debug.node.autoAttach": "disabled",
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default"
|
|
},
|
|
"previewLimit": 50,
|
|
"server": "mariadb",
|
|
"port": 3306,
|
|
"driver": "MariaDB",
|
|
"name": "MariaDB",
|
|
"username": "root",
|
|
"password": "123"
|
|
}
|
|
]
|
|
} |