mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-09-16 17:03:33 +00:00
add discord-open-source repo to setup.bat
This commit is contained in:
+2
-1
@@ -44,6 +44,7 @@ MKDIR discord-open-source-workspace
|
||||
cd discord-open-source-workspace
|
||||
ECHO Cloning all repositories
|
||||
ECHO.
|
||||
git clone https://github.com/discord-open-source/discord-open-source overview
|
||||
git clone https://github.com/discord-open-source/discord-api api
|
||||
git clone https://github.com/discord-open-source/discord-gateway gateway
|
||||
git clone https://github.com/discord-open-source/discord-voice voice
|
||||
@@ -57,7 +58,7 @@ git clone https://github.com/discord-open-source/discord-dashboard dashboard
|
||||
|
||||
where /q code
|
||||
IF ERRORLEVEL 0 (
|
||||
echo {"folders":[{"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 {"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 Opening VSCode Workspace
|
||||
code discord-open-source.code-workspace
|
||||
|
||||
Reference in New Issue
Block a user