1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-08 19:52:36 +01:00

Update setup.sh

This commit is contained in:
Stylix58 2021-05-01 17:04:33 +02:00 committed by GitHub
parent 024eb1717f
commit 266132c90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,4 +66,12 @@ 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
echo "Do you want to launch VS Code workspace?"
select yn in "y" "n"; do
case $yn in
Yes ) echo Opening VS Code Workspace ; code fosscord.code-workspace ; break;;
No ) break;;
esac
done
echo Installation finished