Skip to content

Commit bc9b84a

Browse files
adamjezNickCraver
authored andcommitted
Fixed VSCode launch,json and link in sample project
1 parent 648ad59 commit bc9b84a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "build",
9-
"program": "${workspaceRoot}\\samples\\Samples.AspNetCore\\bin\\Debug\\netcoreapp1.0\\Samples.AspNetCore.dll",
9+
"program": "${workspaceRoot}/samples/Samples.AspNetCore/bin/Debug/netcoreapp1.0/Samples.AspNetCore.dll",
1010
"args": [],
11-
"cwd": "${workspaceRoot}",
11+
"cwd": "${workspaceRoot}/samples/Samples.AspNetCore",
1212
"stopAtEntry": false,
1313
"internalConsoleOptions": "openOnSessionStart",
1414
"launchBrowser": {

samples/Samples.AspNetCore/Views/Home/Index.LeftPanel.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
<li><a asp-controller="Test" asp-action="DisableProfilingUI">Disable profiling UI</a></li>
3030
}
31-
<li><a href="/mini-profiler-resources/results-index">Show all profiling sessions</a></li>
31+
<li><a href="/profiler/results-index">Show all profiling sessions</a></li>
3232
</ul>
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)