From 4b28fb03ca5f3a6d484df6396931a2ee21bc9ca8 Mon Sep 17 00:00:00 2001 From: Marvin Alexander Krebber Date: Mon, 13 Jan 2025 18:02:51 +0100 Subject: [PATCH] tasks --- .vscode/tasks.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 89d1964b..712f04db 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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", @@ -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",