File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 "type" : " coreclr" ,
77 "request" : " launch" ,
88 "preLaunchTask" : " dotnet: build" ,
9- "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Standalone/bin/Debug/net8 .0/Semmle.Extraction.CSharp.Standalone.dll" ,
9+ "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Standalone/bin/Debug/net9 .0/Semmle.Extraction.CSharp.Standalone.dll" ,
1010 "args" : [],
1111 // Set the path to the folder that should be extracted:
1212 "cwd" : " ${workspaceFolder}/ql/test/library-tests/standalone/standalonemode" ,
3535 "type" : " coreclr" ,
3636 "request" : " launch" ,
3737 "preLaunchTask" : " dotnet: build" ,
38- "program" : " ${workspaceFolder}/autobuilder/Semmle.Autobuild.CSharp/bin/Debug/net8 .0/Semmle.Autobuild.CSharp.dll" ,
38+ "program" : " ${workspaceFolder}/autobuilder/Semmle.Autobuild.CSharp/bin/Debug/net9 .0/Semmle.Autobuild.CSharp.dll" ,
3939 // Set the path to the folder that should be extracted:
4040 "cwd" : " ${workspaceFolder}/ql/integration-tests/all-platforms/autobuild" ,
4141 "stopAtEntry" : true ,
5353 "type" : " coreclr" ,
5454 "request" : " launch" ,
5555 "preLaunchTask" : " dotnet: build" ,
56- "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net8 .0/Semmle.Extraction.CSharp.Driver.dll" ,
56+ "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net9 .0/Semmle.Extraction.CSharp.Driver.dll" ,
5757 "stopAtEntry" : true ,
5858 "args" : [
5959 " --binlog" ,
You can’t perform that action at this time.
0 commit comments