diff --git a/setup/setup.sh b/setup/setup.sh index bec7a58..7969d69 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -49,12 +49,10 @@ git clone https://github.com/fosscord/fosscord-voice voice git clone https://github.com/fosscord/fosscord-cdn cdn git clone https://github.com/fosscord/fosscord-css design git clone https://github.com/fosscord/fosscord-client client -git clone https://github.com/fosscord/fosscord-react react -git clone https://github.com/fosscord/fosscord-react-native react-native git clone https://github.com/fosscord/fosscord-dashboard dashboard if [ -x "$(command -v code)" ]; then - echo '{"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"react"},{"path":"client"},{"path":"react-native"},{"path":"dashboard"}]}' >> fosscord.code-workspace + echo '{"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"client"},{"path":"dashboard"}]}' >> fosscord.code-workspace echo Open VSCode Workspace code fosscord.code-workspace fi