From 024eb1717f16ffcc4db0800cd1f6c8831fec2aaa Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 1 May 2021 16:47:01 +0200 Subject: [PATCH] Update setup.bat --- scripts/setup/setup.bat | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/setup/setup.bat b/scripts/setup/setup.bat index e7802a3..e7c98e3 100755 --- a/scripts/setup/setup.bat +++ b/scripts/setup/setup.bat @@ -73,6 +73,14 @@ git clone https://github.com/fosscord/react-native-withcss react-native-withcss echo {"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"media"},{"path":"server-util"},{"path":"ui"},{"path":"client"},{"path":"plugins"},{"path":"themes"},{"path":"landingpage"},{"path":"dashboard"},{"path":"support"},{"path":"css-mediaquery"},{"path":"react-native-withcss"}]}> fosscord.code-workspace +IF ERRORLEVEL 0 ( + CHOICE /c yn /m "Do you want to launch the VS Code workspace?" + IF %ERRORLEVEL% == 2 GOTO :rpc + ECHO Opening VS Code Workspace + code fosscord.code-workspace +) + +:rpc CHOICE /c yn /m "Do you want to install the Discord Rich Presence?" IF %ERRORLEVEL% == 2 GOTO :end cd ..