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:
parent
024eb1717f
commit
266132c90d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user