Skip to content

Commit 892557a

Browse files
committed
Fix vscode launch settings
1 parent cce15ff commit 892557a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "debug webserv",
1010
"type": "cppdbg",
1111
"request": "launch",
12-
"program": "${workspaceFolder}/webserv",
12+
"program": "${workspaceFolder}/bin/webserv",
1313
"args": [
1414
"conf/project.conf"
1515
],
@@ -24,7 +24,7 @@
2424
"name": "webserv",
2525
"type": "cppdbg",
2626
"request": "launch",
27-
"program": "${workspaceFolder}/webserv",
27+
"program": "${workspaceFolder}/bin/webserv",
2828
"args": [
2929
"conf/webserv.conf"
3030
],

0 commit comments

Comments
 (0)