Skip to content

Commit

Permalink
Fixed VSCode launch,json and link in sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjez authored and NickCraver committed Sep 4, 2017
1 parent 648ad59 commit bc9b84a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceRoot}\\samples\\Samples.AspNetCore\\bin\\Debug\\netcoreapp1.0\\Samples.AspNetCore.dll",
"program": "${workspaceRoot}/samples/Samples.AspNetCore/bin/Debug/netcoreapp1.0/Samples.AspNetCore.dll",
"args": [],
"cwd": "${workspaceRoot}",
"cwd": "${workspaceRoot}/samples/Samples.AspNetCore",
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart",
"launchBrowser": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
<li><a asp-controller="Test" asp-action="DisableProfilingUI">Disable profiling UI</a></li>
}
<li><a href="/mini-profiler-resources/results-index">Show all profiling sessions</a></li>
<li><a href="/profiler/results-index">Show all profiling sessions</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit bc9b84a

Please sign in to comment.