Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Jan 7, 2023
1 parent 3079125 commit 427b48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},

{
"label": "watch-node", // Used by "Launch Extension" in launch.json
"label": "watch-node",
"type": "npm",
"script": "watch-node",
"problemMatcher": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},

{
"label": "watch-browser", // Used by "Launch Extension" in launch.json
"label": "watch-browser",
"type": "npm",
"script": "watch-browser",
"problemMatcher": {
Expand Down

0 comments on commit 427b48c

Please sign in to comment.