Skip to content

Commit

Permalink
requireExactSource needs to be disabled in order to properly attach t…
Browse files Browse the repository at this point in the history
…o process and debug Umbraco source in VS Code / Codespaces (#11367)
  • Loading branch information
callumbwhyte authored Oct 19, 2021
1 parent 215ef3d commit 02481f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"args": [],
"cwd": "${workspaceFolder}/src/Umbraco.Web.UI",
"stopAtEntry": false,
"requireExactSource": false,
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {
"action": "openExternally",
Expand Down

0 comments on commit 02481f8

Please sign in to comment.