
3 changed files with 21 additions and 1 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
{ |
||||
"recommendations": [ |
||||
"mtxr.sqltools", |
||||
"mtxr.sqltools-driver-sqlite" |
||||
] |
||||
} |
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
{ |
||||
"cSpell.words": [ |
||||
"Weboob", |
||||
"flatisfy" |
||||
], |
||||
"sqltools.useNodeRuntime": true, |
||||
"sqltools.connections": [ |
||||
{ |
||||
"previewLimit": 50, |
||||
"driver": "SQLite", |
||||
"name": "flatisfy", |
||||
"database": "${workspaceFolder:flatisfy}/data/flatisfy.db" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue