projet-application-web/.vscode/settings.json

19 lines
464 B
JSON
Raw Permalink Normal View History

2022-04-13 20:08:19 +00:00
{
2022-05-21 16:45:51 +00:00
"java.configuration.updateBuildConfiguration": "automatic",
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"driver": "MariaDB",
"name": "pixel",
"database": "pixel",
"username": "mysql",
"password": "mysql"
}
]
}