Skip to content

Commit 7628d75

Browse files
add uid2 label in container for more clarity
1 parent cb275fb commit 7628d75

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.vscode/launch.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "Launch CSTG (Chrome)",
8+
"name": "Launch CSTG UID2 (Chrome)",
99
"type": "chrome",
1010
"request": "launch",
1111
"url": "http://localhost:9190",
1212
"webRoot": "${workspaceRoot}/",
1313
"sourceMaps": true,
14-
"preLaunchTask": "Start CSTG",
15-
"postDebugTask": "Terminate CSTG",
14+
"preLaunchTask": "Start CSTG UID2",
15+
"postDebugTask": "Terminate CSTG UID2",
1616
"sourceMapPathOverrides": {
1717
"webpack://@uid2/uid2-sdk/./*": "${webRoot}/*"
1818
}

.vscode/tasks.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
{
32-
"label": "Build CSTG Image",
32+
"label": "Build CSTG UID2 Image",
3333
"type": "docker-build",
3434
"dockerBuild": {
3535
"context": "${workspaceFolder}/examples/cstg",
@@ -61,9 +61,9 @@
6161
}
6262
},
6363
{
64-
"label": "Run CSTG Container",
64+
"label": "Run CSTG UID2 Container",
6565
"type": "docker-run",
66-
"dependsOn": ["Build CSTG Image"],
66+
"dependsOn": ["Build CSTG UID2 Image"],
6767
"dockerRun": {
6868
"image": "uid2-cstg-example",
6969
"containerName": "uid2-cstg-example",
@@ -175,8 +175,8 @@
175175
}
176176
},
177177
{
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"]
180180
},
181181
{
182182
"label": "Start CSTG EUID",
@@ -191,7 +191,7 @@
191191
"dependsOn": ["webpack-dev-server", "Run Secure Signals Container"]
192192
},
193193
{
194-
"label": "Terminate CSTG Container",
194+
"label": "Terminate CSTG UID2 Container",
195195
"type": "shell",
196196
"command": "docker stop uid2-cstg-example"
197197
},
@@ -217,8 +217,8 @@
217217
"problemMatcher": []
218218
},
219219
{
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"]
222222
},
223223
{
224224
"label": "Terminate CSTG EUID",

0 commit comments

Comments
 (0)