@@ -54,6 +54,7 @@ const msbuild: TaskEntry = {
5454 '\t"tasks": [' ,
5555 '\t\t{' ,
5656 '\t\t\t"taskName": "build",' ,
57+ '\t\t\t"type": "process",' ,
5758 '\t\t\t"command": "msbuild",' ,
5859 '\t\t\t"args": [' ,
5960 '\t\t\t\t// Ask msbuild to generate full paths for file names.' ,
@@ -86,8 +87,8 @@ const command: TaskEntry = {
8687 '\t"tasks": [' ,
8788 '\t\t{' ,
8889 '\t\t\t"taskName": "echo",' ,
89- '\t\t\t"command ": "echo Hello ",' ,
90- '\t\t\t"type ": "shell "' ,
90+ '\t\t\t"type ": "shell ",' ,
91+ '\t\t\t"command ": "echo Hello "' ,
9192 '\t\t}' ,
9293 '\t]' ,
9394 '}'
@@ -108,14 +109,14 @@ const maven: TaskEntry = {
108109 '\t"tasks": [' ,
109110 '\t\t{' ,
110111 '\t\t\t"taskName": "verify",' ,
111- '\t\t\t"command": "mvn -B verify",' ,
112112 '\t\t\t"type": "shell",' ,
113+ '\t\t\t"command": "mvn -B verify",' ,
113114 '\t\t\t"group": "build"' ,
114115 '\t\t},' ,
115116 '\t\t{' ,
116117 '\t\t\t"taskName": "test",' ,
117- '\t\t\t"command": "mvn -B test",' ,
118118 '\t\t\t"type": "shell",' ,
119+ '\t\t\t"command": "mvn -B test",' ,
119120 '\t\t\t"group": "test"' ,
120121 '\t\t}' ,
121122 '\t]' ,
0 commit comments