10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"driver": "SQLite",
|
|
"name": "db",
|
|
"database": "${workspaceFolder:tickets}/database.db"
|
|
}
|
|
]
|
|
} |