From 8f6c95fed8fe2e4ca2747851c3613f1a08606158 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:25:48 +0100 Subject: [PATCH] add studio launch to launch settings --- Bloxstrap/Properties/launchSettings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bloxstrap/Properties/launchSettings.json b/Bloxstrap/Properties/launchSettings.json index ee3606b..df264b6 100644 --- a/Bloxstrap/Properties/launchSettings.json +++ b/Bloxstrap/Properties/launchSettings.json @@ -22,6 +22,10 @@ "Bloxstrap (Deeplink)": { "commandName": "Project", "commandLineArgs": "roblox://experiences/start?placeId=95206881" + }, + "Bloxstrap (Studio Launch)": { + "commandName": "Project", + "commandLineArgs": "roblox-studio:" } } } \ No newline at end of file