We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eedfa4d + ad05c45 commit 7476d9eCopy full SHA for 7476d9e
1 file changed
csharp/.vscode/launch.json
@@ -70,7 +70,8 @@
70
// Set the path to the folder that should be extracted:
71
"cwd": "${workspaceFolder}/ql/test/library-tests/dataflow/local",
72
"args": [
73
- "LocalDataFlow.cs"
+ "LocalDataFlow.cs",
74
+ "/r:System.Private.CoreLib.dll"
75
],
76
"env": {},
77
"stopAtEntry": true,
0 commit comments