experiment some thing spicy
This commit is contained in:
parent
ce28a757b1
commit
3411ae333d
18 changed files with 211 additions and 10 deletions
|
|
@ -6,5 +6,16 @@
|
|||
{
|
||||
"path": "./server"
|
||||
}
|
||||
]
|
||||
],
|
||||
"settings": {
|
||||
"sqltools.connections": [
|
||||
{
|
||||
"previewLimit": 50,
|
||||
"driver": "SQLite",
|
||||
"name": "Taobin Recipe Manager (Server)",
|
||||
"database": "${workspaceFolder:server}/data/database.db"
|
||||
}
|
||||
],
|
||||
"sqltools.useNodeRuntime": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue