Skip to content

Commit

Permalink
vscode task setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Oct 26, 2017
1 parent 1d4572c commit 05f95b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
// "liveServer.settings.proxy": {
// "enable": true,
// "baseUri": "/",
// "proxyUri": "http://127.0.0.1:80"
// }
}
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"taskName": "Build",
"type": "shell",
"command": "web-ext build -o -i=\"img/screenshots/**\" \"sampleTest/**\" && echo Done!"
}
]
}

0 comments on commit 05f95b6

Please sign in to comment.