|
2 | 2 | "version": "2.0.0",
|
3 | 3 | "tasks": [
|
4 | 4 | {
|
5 |
| - "label": "Build Release", |
| 5 | + "label": "meson Build Release", |
6 | 6 | "dependsOn": ["Configure Release", "Meson: Build all targets"],
|
7 | 7 | "dependsOrder": "sequence"
|
8 | 8 | },
|
9 | 9 | {
|
10 |
| - "label": "Build Debug (Release)", |
| 10 | + "label": "meson Build Debug (Release)", |
11 | 11 | "dependsOn": ["Configure Debug (Release)", "Meson: Build all targets"],
|
12 | 12 | "dependsOrder": "sequence"
|
13 | 13 | },
|
14 | 14 | {
|
15 |
| - "label": "Build Debug (Minimal)", |
| 15 | + "label": "meson Build Debug (Minimal)", |
16 | 16 | "dependsOn": ["Configure Debug (Minimal)", "Meson: Build all targets"],
|
17 | 17 | "dependsOrder": "sequence"
|
18 | 18 | },
|
19 | 19 | {
|
20 |
| - "label": "Build Debug (Full)", |
| 20 | + "label": "meson Build Debug (Full)", |
21 | 21 | "dependsOn": ["Configure Debug (Full)", "Meson: Build all targets"],
|
22 | 22 | "dependsOrder": "sequence"
|
23 | 23 | },
|
|
27 | 27 | "problemMatcher": ["$meson-gcc"],
|
28 | 28 | "command": "meson",
|
29 | 29 | "args": ["setup", "${config:mesonbuild.buildFolder}"],
|
30 |
| - "windows" : { |
31 |
| - "args": ["setup", "${config:mesonbuild.buildFolder}", "--vsenv"], |
| 30 | + "windows": { |
| 31 | + "args": ["setup", "${config:mesonbuild.buildFolder}", "--vsenv"] |
32 | 32 | },
|
33 | 33 | "osx": {
|
34 | 34 | "options": {
|
|
45 | 45 | "type": "process",
|
46 | 46 | "problemMatcher": ["$meson-gcc"],
|
47 | 47 | "command": "meson",
|
| 48 | + "hide": true, |
48 | 49 | "args": [
|
49 | 50 | "configure",
|
50 | 51 | "--buildtype=debug",
|
|
66 | 67 | "type": "process",
|
67 | 68 | "problemMatcher": ["$meson-gcc"],
|
68 | 69 | "command": "meson",
|
| 70 | + "hide": true, |
69 | 71 | "args": [
|
70 | 72 | "configure",
|
71 | 73 | "--buildtype=debug",
|
|
81 | 83 | "${config:mesonbuild.buildFolder}"
|
82 | 84 | ]
|
83 | 85 | }
|
84 |
| - |
85 | 86 | },
|
86 | 87 | {
|
87 | 88 | "label": "Configure Debug (Full)",
|
88 | 89 | "type": "process",
|
89 | 90 | "problemMatcher": ["$meson-gcc"],
|
90 | 91 | "command": "meson",
|
| 92 | + "hide": true, |
91 | 93 | "args": [
|
92 | 94 | "configure",
|
93 | 95 | "--buildtype=debug",
|
|
109 | 111 | "type": "process",
|
110 | 112 | "problemMatcher": ["$meson-gcc"],
|
111 | 113 | "command": "meson",
|
| 114 | + "hide": true, |
112 | 115 | "args": [
|
113 | 116 | "configure",
|
114 | 117 | "--buildtype=release",
|
|
126 | 129 | },
|
127 | 130 | {
|
128 | 131 | "type": "meson",
|
| 132 | + "hide": true, |
129 | 133 | "mode": "build",
|
130 | 134 | "problemMatcher": ["$meson-gcc"],
|
131 | 135 | "group": "build"
|
|
0 commit comments