diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-06 22:45:23 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-06 22:45:23 +0300 |
commit | 06e47d3135d83fed68cb941369a03d20964fe2c7 (patch) | |
tree | be9ef1acc76caa03c1e2afb57229b5b5a32eae69 /.vscode | |
parent | 5c50e6bc8e94d846a96f137b63c291c78b28e792 (diff) |
Setup debug settings
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |