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 2db8937 commit cca4d6dCopy full SHA for cca4d6d
1 file changed
.vscode/launch.json
@@ -5,13 +5,13 @@
5
"version": "0.2.0",
6
"configurations": [
7
{
8
- "name": "Build & Debug",
+ "name": "Build & Debug",
9
"type": "cppdbg",
10
"request": "launch",
11
"program": "${workspaceFolder}/build/tiny_lobby",
12
"args": [
13
"--path",
14
- "/Users/dragosdaian/Documents/appsinacup/tiny_lobby_scripts",
+ "/Users/dragosdaian/Documents/appsinacup/game-world/server",
15
"--verbose",
16
],
17
"stopAtEntry": false,
0 commit comments