mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Added vscode task for run in ESR
This commit is contained in:
parent
f2307ca13a
commit
e8536f3104
27
.vscode/tasks.json
vendored
27
.vscode/tasks.json
vendored
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user