Skip to content

Commit 7476d9e

Browse files
authored
Merge pull request #18734 from michaelnebel/csharp/launchjson
C#: Add the standard library to the list of references for debugging …
2 parents eedfa4d + ad05c45 commit 7476d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csharp/.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
// Set the path to the folder that should be extracted:
7171
"cwd": "${workspaceFolder}/ql/test/library-tests/dataflow/local",
7272
"args": [
73-
"LocalDataFlow.cs"
73+
"LocalDataFlow.cs",
74+
"/r:System.Private.CoreLib.dll"
7475
],
7576
"env": {},
7677
"stopAtEntry": true,

0 commit comments

Comments
 (0)