AvadaKedavra09
@AvadaKedavra09
I wanna run a batch file but i dont know how to .. please help
Coder100 No, you cannot because replit uses bash files -- the os system is linux not windows!2 years ago
So i want to ask that if there is a way , so that one can code in vs code in a replit project so the repl also gets updated.
I prefer vs code's coding
fifaaaaaaaaaaaaahehe Will it work for DiscordJS starter? Also... Do you have any EXACT video on how to do it?11 months ago
CodingEpic Are you wanting to embed Visual Studio onto repl?
If so, you can try creating a bash repl and typing in this code
VSCODEDEBURL=https://az764295.vo.msecnd.net/stable/ea3859d4ba2f3e577a159bc91e3074c5d85c0523/code1.52.1-1608136922amd64.deb
VSCODE=~/.apt/usr/share/code/bin/code
if ! [ -f $VSCODE ]; then
install-pkg $VSCODEDEBURL;
fi
$VSCODE
Hope this helps,
EpicCoding1
2 years ago
So me and my friend have been working on a bot and i wanna boost the repl but i can't as it is owned by my friend and he does not have hackerplan . Is
Coker Why wouldn’t they allow this? I’m just wondering. What if your friend wants to stay the owner of the bot? I feel like it’s kind of stupid that you can’t boost someone else’s repl..
Not to mention, you can’t boost or even turn “always-on” on a repl that is in a team that YOU own… smh5 months ago