C#: Add the standard library to the list of references for debugging the traced extractor.

This commit is contained in:
Michael Nebel
2025-02-11 11:30:45 +01:00
parent eaaf510b29
commit ad05c4598d

View File

@@ -70,7 +70,8 @@
// Set the path to the folder that should be extracted: // Set the path to the folder that should be extracted:
"cwd": "${workspaceFolder}/ql/test/library-tests/dataflow/local", "cwd": "${workspaceFolder}/ql/test/library-tests/dataflow/local",
"args": [ "args": [
"LocalDataFlow.cs" "LocalDataFlow.cs",
"/r:System.Private.CoreLib.dll"
], ],
"env": {}, "env": {},
"stopAtEntry": true, "stopAtEntry": true,