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