mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
C#: Add the standard library to the list of references for debugging the traced extractor.
This commit is contained in:
3
csharp/.vscode/launch.json
vendored
3
csharp/.vscode/launch.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user