Skip to content

Commit

Permalink
update .vscode stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarcoh committed Sep 13, 2021
1 parent 4eb8ceb commit e13a068
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"typescript.tsc.autoDetect": "off",
"cSpell.words": [
"treeview"
]
],
"npm.packageManager": "yarn"
}
12 changes: 11 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,20 @@
"presentation": {
"reveal": "never"
},
"group": "build",
"label": "npm: watch",
"detail": "webpack --mode development --watch"
},
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
}
},
"problemMatcher": [],
"label": "npm: build",
"detail": "webpack --mode development"
}
]
}

0 comments on commit e13a068

Please sign in to comment.