From 06d7cdb0435af6245dc677d8631ab2ae296d24d8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 4 Feb 2021 20:35:37 +0100 Subject: [PATCH] Update setup.sh --- setup/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/setup.sh b/setup/setup.sh index ab0c4b6..1ddf501 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -43,6 +43,7 @@ cd discord-open-source echo Cloning all repositories git clone https://github.com/discord-open-source/discord-api api +git clone https://github.com/discord-open-source/discord-server-util server-util git clone https://github.com/discord-open-source/discord-gateway gateway git clone https://github.com/discord-open-source/discord-voice voice git clone https://github.com/discord-open-source/discord-cdn cdn @@ -53,7 +54,7 @@ git clone https://github.com/discord-open-source/discord-react-native react-nati git clone https://github.com/discord-open-source/discord-dashboard dashboard if [ -x "$(command -v code)" ]; then - echo '{"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"design"},{"path":"react"},{"path":"client"},{"path":"react-native"},{"path":"dashboard"}]}' >> discord-open-source.code-workspace + 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"}]}' >> discord-open-source.code-workspace echo Open VSCode Workspace code discord-open-source.code-workspace fi