|
29 | 29 | }
|
30 | 30 | },
|
31 | 31 | {
|
32 |
| - "label": "Build CSTG Image", |
| 32 | + "label": "Build CSTG UID2 Image", |
33 | 33 | "type": "docker-build",
|
34 | 34 | "dockerBuild": {
|
35 | 35 | "context": "${workspaceFolder}/examples/cstg",
|
|
61 | 61 | }
|
62 | 62 | },
|
63 | 63 | {
|
64 |
| - "label": "Run CSTG Container", |
| 64 | + "label": "Run CSTG UID2 Container", |
65 | 65 | "type": "docker-run",
|
66 |
| - "dependsOn": ["Build CSTG Image"], |
| 66 | + "dependsOn": ["Build CSTG UID2 Image"], |
67 | 67 | "dockerRun": {
|
68 | 68 | "image": "uid2-cstg-example",
|
69 | 69 | "containerName": "uid2-cstg-example",
|
|
175 | 175 | }
|
176 | 176 | },
|
177 | 177 | {
|
178 |
| - "label": "Start CSTG", |
179 |
| - "dependsOn": ["webpack-dev-server", "Run CSTG Container"] |
| 178 | + "label": "Start CSTG UID2", |
| 179 | + "dependsOn": ["webpack-dev-server", "Run CSTG UID2 Container"] |
180 | 180 | },
|
181 | 181 | {
|
182 | 182 | "label": "Start CSTG EUID",
|
|
191 | 191 | "dependsOn": ["webpack-dev-server", "Run Secure Signals Container"]
|
192 | 192 | },
|
193 | 193 | {
|
194 |
| - "label": "Terminate CSTG Container", |
| 194 | + "label": "Terminate CSTG UID2 Container", |
195 | 195 | "type": "shell",
|
196 | 196 | "command": "docker stop uid2-cstg-example"
|
197 | 197 | },
|
|
217 | 217 | "problemMatcher": []
|
218 | 218 | },
|
219 | 219 | {
|
220 |
| - "label": "Terminate CSTG", |
221 |
| - "dependsOn": ["Terminate All Tasks", "Terminate CSTG Container"] |
| 220 | + "label": "Terminate CSTG UID2", |
| 221 | + "dependsOn": ["Terminate All Tasks", "Terminate CSTG UID2 Container"] |
222 | 222 | },
|
223 | 223 | {
|
224 | 224 | "label": "Terminate CSTG EUID",
|
|
0 commit comments