mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
30 lines
814 B
JSON
30 lines
814 B
JSON
{
|
|
"git.ignoreLimitWarning": true,
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.biome": "explicit"
|
|
}
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.biome": "explicit"
|
|
}
|
|
},
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default"
|
|
},
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MariaDB",
|
|
"name": "localhost",
|
|
"database": "gradido_community",
|
|
"username": "root",
|
|
"password": ""
|
|
}
|
|
],
|
|
} |