From 06e47d3135d83fed68cb941369a03d20964fe2c7 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 6 Nov 2024 22:45:23 +0300 Subject: Setup debug settings --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 1f74ccc..3c70878 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,8 @@ ], "cwd": "${workspaceFolder}", "console": "internalConsole", - "stopAtEntry": false + "stopAtEntry": false, + "requireExactSource": false }, { "name": ".NET Core Attach", -- cgit v1.2.3