Skip to content

Commit e1acec0

Browse files
committed
chore(packer): update dependencies
1 parent b73a297 commit e1acec0

File tree

5 files changed

+2641
-2045
lines changed

5 files changed

+2641
-2045
lines changed

.vscode/tasks.json

+21-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
{
22
// See https://go.microsoft.com/fwlink/?LinkId=733558
33
// for the documentation about the tasks.json format
4-
"version": "0.1.0",
4+
"version": "2.0.0",
55
"command": "npm",
6-
"isShellCommand": true,
7-
"args": ["start"],
8-
"showOutput": "silent",
6+
"args": [
7+
"start"
8+
],
99
"isBackground": true,
10-
"problemMatcher": "$tsc-watch"
10+
"problemMatcher": "$tsc-watch",
11+
"tasks": [
12+
{
13+
"label": "npm",
14+
"type": "shell",
15+
"command": "npm",
16+
"args": [
17+
"start"
18+
],
19+
"isBackground": true,
20+
"problemMatcher": "$tsc-watch",
21+
"group": {
22+
"_id": "build",
23+
"isDefault": false
24+
}
25+
}
26+
]
1127
}

0 commit comments

Comments
 (0)