12 lines
230 B
JSON
12 lines
230 B
JSON
|
{
|
||
|
"sqltools.useNodeRuntime": true,
|
||
|
"sqltools.connections": [
|
||
|
{
|
||
|
"previewLimit": 50,
|
||
|
"driver": "SQLite",
|
||
|
"database": "${workspaceFolder:YetAnotherToDoList}/YetAnotherToDoList.sqlite3",
|
||
|
"name": "development"
|
||
|
}
|
||
|
]
|
||
|
}
|