mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
Added task to run beta
This commit is contained in:
parent
60559af7ea
commit
6028479649
27
.vscode/tasks.json
vendored
27
.vscode/tasks.json
vendored
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user