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 ..