Skip to content

Commit 5492f8f

Browse files
committed
feat(workspace): update task labels and add seed database task
1 parent 1f92cf7 commit 5492f8f

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

vidya.code-workspace

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"version": "2.0.0",
5050
"tasks": [
5151
{
52-
"label": "🫙 Database :: Run",
52+
"label": "🚀 Database :: Run",
5353
"detail": "Run the database",
5454
"command": "vidya-db-run",
5555
"type": "shell",
@@ -61,7 +61,7 @@
6161
"isBackground": true,
6262
},
6363
{
64-
"label": "🫙 Database :: Drop",
64+
"label": "☠️ Database :: Drop",
6565
"detail": "Drop the database",
6666
"command": "vidya-db-drop",
6767
"type": "shell",
@@ -85,7 +85,7 @@
8585
"group": "none",
8686
},
8787
{
88-
"label": "🫙 Database :: Run Migrations",
88+
"label": "🚚 Database :: Run Migrations",
8989
"detail": "Run the database migrations",
9090
"command": "vidya-db-migrations-run",
9191
"type": "shell",
@@ -96,6 +96,21 @@
9696
},
9797
"group": "none",
9898
},
99+
{
100+
"label": "🌱 Database :: Seed",
101+
"detail": "Seed the database",
102+
"command": "npm run seed",
103+
"type": "shell",
104+
"args": [],
105+
"problemMatcher": [],
106+
"presentation": {
107+
"reveal": "always"
108+
},
109+
"group": "none",
110+
"options": {
111+
"cwd": "/workspaces/vidya/modules/utils/"
112+
}
113+
},
99114
{
100115
"label": "⚒️ Build All",
101116
"detail": "Build all modules",

0 commit comments

Comments
 (0)