Skip to content

Commit 93c94f1

Browse files
committed
Adding prelaunch tasks to build for linux envs.
1 parent 100da62 commit 93c94f1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"version": "0.2.0",
66
"configurations":
77
[
8+
89
{
910
"name": "(Linux) Client Debug x64 - gdb",
1011
"type": "cppdbg",
@@ -16,6 +17,7 @@
1617
"environment": [],
1718
"externalConsole": false,
1819
"MIMode": "gdb",
20+
"preLaunchTask": "(Premake - client) x64 - Debug",
1921
"setupCommands": [
2022
{
2123
"description": "Enable pretty-printing for gdb",
@@ -29,12 +31,13 @@
2931
"type": "cppdbg",
3032
"request": "launch",
3133
"program": "${workspaceFolder}/parsec_root/server/parsec_server",
32-
"args": [],
34+
"args": [ ],
3335
"stopAtEntry": false,
3436
"cwd": "${workspaceFolder}/parsec_root/server/",
3537
"environment": [],
3638
"externalConsole": false,
3739
"MIMode": "gdb",
40+
"preLaunchTask": "(Premake - server) x64 - Debug",
3841
"setupCommands": [
3942
{
4043
"description": "Enable pretty-printing for gdb",

0 commit comments

Comments
 (0)