Skip to content

Commit

Permalink
tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Jan 13, 2025
1 parent 2b1cc36 commit 4b28fb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": "2.0.0",
"tasks": [
{
"label": "Build firefox", // Name of task
"label": "Open firefox", // Name of task
"type": "shell",
"command": "pnpm dev:firefox", // Enter your command here
"command": "pnpm firefox", // Enter your command here
"group": "none",
"presentation": {
"reveal": "always",
Expand All @@ -15,9 +15,9 @@
}
},
{
"label": "Open firefox", // Name of task
"label": "Build firefox", // Name of task
"type": "shell",
"command": "pnpm firefox", // Enter your command here
"command": "pnpm dev:firefox", // Enter your command here
"group": "none",
"presentation": {
"reveal": "always",
Expand Down

0 comments on commit 4b28fb0

Please sign in to comment.