Skip to content

Commit c800ebc

Browse files
committed
Adds dependency install to run on open
1 parent 28e7774 commit c800ebc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/tasks.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@
4141
},
4242
"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"]
4343
},
44+
{
45+
"type": "npm",
46+
"script": "install",
47+
"presentation": {
48+
"close": true,
49+
"reveal": "never"
50+
},
51+
"runOptions": {
52+
"runOn": "folderOpen"
53+
}
54+
},
4455
{
4556
"label": "Run (local web)",
4657
"type": "npm",

0 commit comments

Comments
 (0)