Skip to content

Commit

Permalink
Merge pull request #18734 from michaelnebel/csharp/launchjson
Browse files Browse the repository at this point in the history
C#: Add the standard library to the list of references for debugging …
  • Loading branch information
michaelnebel authored Feb 11, 2025
2 parents eedfa4d + ad05c45 commit 7476d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csharp/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
// Set the path to the folder that should be extracted:
"cwd": "${workspaceFolder}/ql/test/library-tests/dataflow/local",
"args": [
"LocalDataFlow.cs"
"LocalDataFlow.cs",
"/r:System.Private.CoreLib.dll"
],
"env": {},
"stopAtEntry": true,
Expand Down

0 comments on commit 7476d9e

Please sign in to comment.