Add Sqlite console zed task
This commit is contained in:
@@ -39,5 +39,14 @@
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
"shell": "system"
|
"shell": "system"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "SQlite console",
|
||||||
|
"command": "sqlite3 music_library_dev.db",
|
||||||
|
"use_new_terminal": false,
|
||||||
|
"allow_concurrent_runs": false,
|
||||||
|
"reveal": "always",
|
||||||
|
"hide": "never",
|
||||||
|
"shell": "system"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user