Skip to content

Commit

Permalink
Merge pull request #1746 from Particular/john/report
Browse files Browse the repository at this point in the history
Adding Throughput Report area
  • Loading branch information
johnsimons authored Jul 8, 2024
2 parents 865b807 + ca4c4c8 commit b5075bd
Show file tree
Hide file tree
Showing 37 changed files with 3,220 additions and 1,563 deletions.
98 changes: 49 additions & 49 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Vue on Docker Port - Edge",
"type": "msedge",
"request": "launch",
"url": "http://localhost:1331",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
},
{
"name": "Debug Vue on Docker Port - Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:1331",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
},
{
"name": "Storybook Debug with Edge",
"type": "node-terminal",
"request": "launch",
"command": "npm run storybook-dont-auto-open",
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
"internalConsoleOptions": "openOnFirstSessionStart",
"sourceMaps": true,
"serverReadyAction": {
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
"uriFormat": "%s",
"action":"debugWithEdge",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
"killOnServerStop": true
}
},
{
"name": "Storybook Debug with Chrome",
"type": "node-terminal",
"request": "launch",
"command": "npm run storybook-dont-auto-open",
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
"internalConsoleOptions": "openOnFirstSessionStart",
"sourceMaps": true,
"serverReadyAction": {
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
"uriFormat": "%s",
"action":"debugWithChrome",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
"killOnServerStop": true
}
"version": "0.2.0",
"configurations": [
{
"name": "Debug Vue on Docker Port - Edge",
"type": "msedge",
"request": "launch",
"url": "http://localhost:1331",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
},
{
"name": "Debug Vue on Docker Port - Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:1331",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue/src",
},
{
"name": "Storybook Debug with Edge",
"type": "node-terminal",
"request": "launch",
"command": "npm run storybook-dont-auto-open",
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
"internalConsoleOptions": "openOnFirstSessionStart",
"sourceMaps": true,
"serverReadyAction": {
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
"uriFormat": "%s",
"action":"debugWithEdge",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
"killOnServerStop": true
}
]
}
},
{
"name": "Storybook Debug with Chrome",
"type": "node-terminal",
"request": "launch",
"command": "npm run storybook-dont-auto-open",
"cwd": "${workspaceFolder}/src/ServicePulse.Host/vue",
"internalConsoleOptions": "openOnFirstSessionStart",
"sourceMaps": true,
"serverReadyAction": {
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
"uriFormat": "%s",
"action":"debugWithChrome",
"webRoot": "${workspaceFolder}/src/ServicePulse.Host/vue",
"killOnServerStop": true
}
}
]
}
Loading

0 comments on commit b5075bd

Please sign in to comment.