Skip to content

Commit cca4d6d

Browse files
committed
Update launch.json
1 parent 2db8937 commit cca4d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "Build & Debug",
8+
"name": "Build & Debug",
99
"type": "cppdbg",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/build/tiny_lobby",
1212
"args": [
1313
"--path",
14-
"/Users/dragosdaian/Documents/appsinacup/tiny_lobby_scripts",
14+
"/Users/dragosdaian/Documents/appsinacup/game-world/server",
1515
"--verbose",
1616
],
1717
"stopAtEntry": false,

0 commit comments

Comments
 (0)