I prefer coding my robot in Python using the Vex Extension on VS Code, but I was wondering if there’s anyway to open the project in Vexcode after it’s been made in VS. I know the extension lets you open .v5python in VS and it turns it into .py, but I haven’t been able to find much information on doing the reverse.
You would need to cut&paste the python code into a new VEXcode python project. There’s no way to directly open the .py file.
2 Likes
Ah I was hoping there’d be another option, thanks though. Hopefully we get this ability in the future