diff --git a/.zed/tasks.json b/.zed/tasks.json index 985eda22..5db12949 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -39,5 +39,14 @@ // } // } "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" } ]