-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1746 from Particular/john/report
Adding Throughput Report area
- Loading branch information
Showing
37 changed files
with
3,220 additions
and
1,563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.