flatisfy/.vscode/settings.json

16 lines
328 B
JSON
Raw Normal View History

2021-01-29 11:17:24 +01:00
{
"cSpell.words": [
2021-04-08 20:08:23 +02:00
"woob",
2021-01-29 11:17:24 +01:00
"flatisfy"
],
"sqltools.useNodeRuntime": true,
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "flatisfy",
"database": "${workspaceFolder:flatisfy}/data/flatisfy.db"
}
]
}