requireExactSource needs to be disabled in order to properly attach to process and debug Umbraco source in VS Code / Codespaces (#11367)

This commit is contained in:
Callum Whyte
2021-10-19 10:47:58 +01:00
committed by GitHub
parent 215ef3d7b6
commit 02481f8e14

1
.vscode/launch.json vendored
View File

@@ -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",