Skip to content

Commit d8bcd79

Browse files
committed
Fixup of launch file.
1 parent 4d1c488 commit d8bcd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"preLaunchTask": "dotnet: build",
3838
"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:
40-
"cwd": "cwd": "${workspaceFolder}/ql/integration-tests/all-platforms/autobuild",
40+
"cwd": "${workspaceFolder}/ql/integration-tests/all-platforms/autobuild",
4141
"stopAtEntry": true,
4242
"args": [],
4343
"env": {

0 commit comments

Comments
 (0)