Skip to content

Commit 8359a5a

Browse files
author
Chris Maunder
committed
Typos
1 parent 0d0e00d commit 8359a5a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"type": "coreclr",
234234
"request": "launch",
235235
"preLaunchTask": "build-yolo-net",
236-
"program": "${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/9.0/ObjectDetectionYOLOv5Net",
236+
"program": "${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/net9.0/ObjectDetectionYOLOv5Net.exe",
237237
"linux": {
238238
"program": "${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/net9.0/ObjectDetectionYOLOv5Net.dll",
239239
},
@@ -335,7 +335,7 @@
335335
"type": "coreclr",
336336
"request": "launch",
337337
"preLaunchTask": "build-parsejson",
338-
"program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/9.0/ParseJSON",
338+
"program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/net9.0/ParseJSON",
339339
"linux": {
340340
"program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/net9.0/ParseJSON.dll",
341341
},

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"build",
9797
"${workspaceFolder}/modules/ObjectDetectionYOLOv5Net",
9898
"/property:GenerateFullPaths=true",
99-
"/consoleloggerparameters:NoSummary"
99+
"/consoleloggerparameters:NoSummary",
100+
"--configuration", "Debug"
100101
],
101102
"problemMatcher": "$msCompile"
102103
},

0 commit comments

Comments
 (0)