mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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:
|
// 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user