This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
seaorm-test/.vscode/settings.json

12 lines
306 B
JSON

{
"rust-analyzer.showUnlinkedFileNotification": false,
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "test",
"group": "test",
"database": "${workspaceFolder:seaorm-test}/test.sqlite"
}
]
}