Files
RaspberryPie/.vscode/settings.json
T
2021-01-20 12:30:44 +01:00

11 lines
267 B
JSON

{
"cSpell.enabled": false,
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "database",
"database": "${workspaceFolder:RaspberryPie}/RaspberryPie/database.db"
}
]
}