From 5f5f995490de31194765b4642e20e3950cabbf43 Mon Sep 17 00:00:00 2001 From: Jonathan Hamilton Date: Tue, 3 Sep 2019 20:15:46 -0700 Subject: [PATCH] Set the working dir correctly when running the launcher from msvc --- .vs/launch.vs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vs/launch.vs.json b/.vs/launch.vs.json index c6ef65814..ca66eb546 100644 --- a/.vs/launch.vs.json +++ b/.vs/launch.vs.json @@ -8,6 +8,13 @@ "projectTarget": "OpenApoc.exe (bin\\OpenApoc.exe)", "name": "OpenApoc.exe (bin\\OpenApoc.exe)", "currentDir": "${workspaceRoot}" + }, + { + "type": "default", + "project": "CMakeLists.txt", + "projectTarget": "OpenApoc_Launcher.exe (bin\\OpenApoc_Launcher.exe)", + "name": "OpenApoc_Launcher.exe (bin\\OpenApoc_Launcher.exe)", + "currentDir": "${workspaceRoot}" } ] } \ No newline at end of file