diff --git a/.vscode/tasks.json b/.vscode/tasks.json index eff5c51..75ae81b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -105,6 +105,33 @@ }, "problemMatcher": [] }, + { + "label": "run beta", + "type": "shell", + "windows": { + "command": "web-ext" + }, + "linux": { + "command": "web-ext" + }, + "osx": { + "command": "web-ext" + }, + "args": [ + "run", + "-f", + "firefox-beta", + "--url", + "http://canvasblocker.local/test/" + ], + "presentation": { + "echo": true, + "reveal": "always", + "focus": false, + "panel": "shared" + }, + "problemMatcher": [] + }, { "label": "build", "type": "shell",