diff --git a/Integration.code-workspace.tpl.json b/Integration.code-workspace.tpl.json index fc973cae..821203c2 100644 --- a/Integration.code-workspace.tpl.json +++ b/Integration.code-workspace.tpl.json @@ -7,9 +7,9 @@ "python script build-everything.py" ], "luprex-launch-config" : { - "name": "CONFIGNAME", + "name": "Server=SERVER", "request": "launch", - "program": "UE5/Engine/Binaries/Linux/UnrealEditor-Linux-DebugGame", + "program": "UNREALENGINE/Engine/Binaries/Linux/UnrealEditor-Linux-DebugGame", "preLaunchTask": "Make All", "args": [ "INTEGRATION/Integration.uproject", @@ -96,11 +96,11 @@ "configurations": [ { "macro": "luprex-launch-config", - "vars": {"CONFIGNAME":"Luprex Standalone", "SERVER":""} + "vars": { "SERVER":"Standalone"} }, { "macro": "luprex-launch-config", - "vars": {"CONFIGNAME":"Luprex Client", "SERVER":"192.168.0.100"} + "vars": { "SERVER":"192.168.0.100"} } ] }