Skip to content

Commit 02481f8

Browse files
authored
requireExactSource needs to be disabled in order to properly attach to process and debug Umbraco source in VS Code / Codespaces (#11367)
1 parent 215ef3d commit 02481f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"args": [],
1515
"cwd": "${workspaceFolder}/src/Umbraco.Web.UI",
1616
"stopAtEntry": false,
17+
"requireExactSource": false,
1718
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
1819
"serverReadyAction": {
1920
"action": "openExternally",

0 commit comments

Comments
 (0)