mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
Added vscode tasks for the web-ext tool.
This commit is contained in:
parent
93878e66b8
commit
4dd802adbc
55
.vscode/tasks.json
vendored
55
.vscode/tasks.json
vendored
@ -15,7 +15,9 @@
|
|||||||
"osx": {
|
"osx": {
|
||||||
"command": "eslint"
|
"command": "eslint"
|
||||||
},
|
},
|
||||||
"args": ["./"],
|
"args": [
|
||||||
|
"./"
|
||||||
|
],
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"echo": true,
|
"echo": true,
|
||||||
"reveal": "silent",
|
"reveal": "silent",
|
||||||
@ -23,6 +25,57 @@
|
|||||||
"panel": "shared"
|
"panel": "shared"
|
||||||
},
|
},
|
||||||
"problemMatcher": "$eslint-stylish"
|
"problemMatcher": "$eslint-stylish"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"taskName": "run",
|
||||||
|
"type": "shell",
|
||||||
|
"windows": {
|
||||||
|
"command": "web-ext"
|
||||||
|
},
|
||||||
|
"linux": {
|
||||||
|
"command": "web-ext"
|
||||||
|
},
|
||||||
|
"osx": {
|
||||||
|
"command": "web-ext"
|
||||||
|
},
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"-f",
|
||||||
|
"nightly",
|
||||||
|
"--url",
|
||||||
|
"http://canvasblocker.local/test/"
|
||||||
|
],
|
||||||
|
"presentation": {
|
||||||
|
"echo": true,
|
||||||
|
"reveal": "always",
|
||||||
|
"focus": false,
|
||||||
|
"panel": "shared"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"taskName": "build",
|
||||||
|
"type": "shell",
|
||||||
|
"windows": {
|
||||||
|
"command": "web-ext"
|
||||||
|
},
|
||||||
|
"linux": {
|
||||||
|
"command": "web-ext"
|
||||||
|
},
|
||||||
|
"osx": {
|
||||||
|
"command": "web-ext"
|
||||||
|
},
|
||||||
|
"args": [
|
||||||
|
"build",
|
||||||
|
"--overwrite-dest"
|
||||||
|
],
|
||||||
|
"presentation": {
|
||||||
|
"echo": true,
|
||||||
|
"reveal": "always",
|
||||||
|
"focus": false,
|
||||||
|
"panel": "shared"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user