Skip to content

Commit b5075bd

Browse files
authored
Merge pull request #1746 from Particular/john/report
Adding Throughput Report area
2 parents 865b807 + ca4c4c8 commit b5075bd

37 files changed

+3220
-1563
lines changed

.vscode/launch.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"name": "Debug Vue on Docker Port - Edge",
6-
"type": "msedge",
7-
"request": "launch",
8-
"url": "http://localhost:1331",
9-
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
10-
},
11-
{
12-
"name": "Debug Vue on Docker Port - Chrome",
13-
"type": "chrome",
14-
"request": "launch",
15-
"url": "http://localhost:1331",
16-
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
17-
},
18-
{
19-
"name": "Storybook Debug with Edge",
20-
"type": "node-terminal",
21-
"request": "launch",
22-
"command": "npm run storybook-dont-auto-open",
23-
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
24-
"internalConsoleOptions": "openOnFirstSessionStart",
25-
"sourceMaps": true,
26-
"serverReadyAction": {
27-
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
28-
"uriFormat": "%s",
29-
"action":"debugWithEdge",
30-
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
31-
"killOnServerStop": true
32-
}
33-
},
34-
{
35-
"name": "Storybook Debug with Chrome",
36-
"type": "node-terminal",
37-
"request": "launch",
38-
"command": "npm run storybook-dont-auto-open",
39-
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
40-
"internalConsoleOptions": "openOnFirstSessionStart",
41-
"sourceMaps": true,
42-
"serverReadyAction": {
43-
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
44-
"uriFormat": "%s",
45-
"action":"debugWithChrome",
46-
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
47-
"killOnServerStop": true
48-
}
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Debug Vue on Docker Port - Edge",
6+
"type": "msedge",
7+
"request": "launch",
8+
"url": "http://localhost:1331",
9+
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
10+
},
11+
{
12+
"name": "Debug Vue on Docker Port - Chrome",
13+
"type": "chrome",
14+
"request": "launch",
15+
"url": "http://localhost:1331",
16+
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
17+
},
18+
{
19+
"name": "Storybook Debug with Edge",
20+
"type": "node-terminal",
21+
"request": "launch",
22+
"command": "npm run storybook-dont-auto-open",
23+
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
24+
"internalConsoleOptions": "openOnFirstSessionStart",
25+
"sourceMaps": true,
26+
"serverReadyAction": {
27+
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
28+
"uriFormat": "%s",
29+
"action":"debugWithEdge",
30+
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
31+
"killOnServerStop": true
4932
}
50-
]
51-
}
33+
},
34+
{
35+
"name": "Storybook Debug with Chrome",
36+
"type": "node-terminal",
37+
"request": "launch",
38+
"command": "npm run storybook-dont-auto-open",
39+
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
40+
"internalConsoleOptions": "openOnFirstSessionStart",
41+
"sourceMaps": true,
42+
"serverReadyAction": {
43+
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
44+
"uriFormat": "%s",
45+
"action":"debugWithChrome",
46+
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
47+
"killOnServerStop": true
48+
}
49+
}
50+
]
51+
}

0 commit comments

Comments
 (0)