Skip to content

Commit 8f77d43

Browse files
committed
Correct Code launch and tasks
1 parent 8083e73 commit 8f77d43

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"outFiles": [
1515
"${workspaceRoot}/vscode-client/out/**/*.js"
1616
],
17-
"preLaunchTask": "compile:client"
17+
"preLaunchTask": "compile"
1818
}
1919
]
2020
}

.vscode/tasks.json

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,9 @@
22
"version": "2.0.0",
33
"tasks": [
44
{
5-
"taskName": "compile",
6-
"dependsOn": [
7-
"compile:client",
8-
"compile:server"
9-
],
10-
"problemMatcher": []
11-
},
12-
{
13-
"label": "compile:client",
14-
"type": "npm",
15-
"script": "compile:client",
16-
"group": "build",
17-
"presentation": {
18-
"panel": "dedicated",
19-
"reveal": "never"
20-
},
21-
"problemMatcher": [
22-
"$tsc"
23-
]
24-
},
25-
{
26-
"label": "compile:server",
5+
"label": "compile",
276
"type": "npm",
28-
"script": "compile:server",
7+
"script": "compile",
298
"group": "build",
309
"presentation": {
3110
"panel": "dedicated",

0 commit comments

Comments
 (0)