We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1c488 commit d8bcd79Copy full SHA for d8bcd79
csharp/.vscode/launch.json
@@ -37,7 +37,7 @@
37
"preLaunchTask": "dotnet: build",
38
"program": "${workspaceFolder}/autobuilder/Semmle.Autobuild.CSharp/bin/Debug/net9.0/Semmle.Autobuild.CSharp.dll",
39
// Set the path to the folder that should be extracted:
40
- "cwd": "cwd": "${workspaceFolder}/ql/integration-tests/all-platforms/autobuild",
+ "cwd": "${workspaceFolder}/ql/integration-tests/all-platforms/autobuild",
41
"stopAtEntry": true,
42
"args": [],
43
"env": {
0 commit comments