diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 333629e..03356c5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -78,6 +78,33 @@ }, "problemMatcher": [] }, + { + "taskName": "run esr", + "type": "shell", + "windows": { + "command": "web-ext" + }, + "linux": { + "command": "web-ext" + }, + "osx": { + "command": "web-ext" + }, + "args": [ + "run", + "-f", + "firefox-esr", + "--url", + "http://canvasblocker.local/test/" + ], + "presentation": { + "echo": true, + "reveal": "always", + "focus": false, + "panel": "shared" + }, + "problemMatcher": [] + }, { "taskName": "build", "type": "shell",