1
0
forked from test/crm
jcrm/.vscode/settings.json

18 lines
473 B
JSON

{
"python.defaultInterpreterPath": "jingrow-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"
}
]
}