astro/.vscode/settings.json

12 lines
243 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"sqltools.useNodeRuntime": true,
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"database": "./guestbook.db",
"name": "test"
}
]
}