This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
know-it-all/.vscode/settings.json
2022-03-03 15:51:51 -06:00

10 lines
228 B
JSON

{
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"database": "${workspaceFolder:node-test-site}/server/testdb",
"name": "testdb"
}
]
}