You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
440 B
JSON
18 lines
440 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"driver": "SQLite",
|
|
"name": "ttt",
|
|
"database": "ddd",
|
|
"group": "sss"
|
|
},
|
|
{
|
|
"previewLimit": 50,
|
|
"driver": "SQLite",
|
|
"database": "${workspaceFolder:iTi-Flask}/iti/runtime/iti-flask_dev.db",
|
|
"name": "db"
|
|
}
|
|
],
|
|
"sqltools.useNodeRuntime": true
|
|
} |