Replies: 1 comment 5 replies
-
For teams that are ready for version control, we usually recommend switching to VS Code.
Only if the user backed it up, right? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The FLL team I'm coaching has 12 python files for their robot and runs. Right now, if we want to switch branches, they have to 'delete' all 12 files from pybricks. I don't see a way to do this other than file by file. If a directory/file paradigm was used, one could close the current directory and open a different one, and pybricks could automatically start using the newly opened files.
Also, I think the warning one gets when closing a file out of pybricks seems a little harsh. "The file 'file.py' will be permanently deleted. This cannot be undone." The file isn't actually permanently deleted. It still exists. But, it is being removed from pybricks. The warning should state that. And if a directory/file paradigm is used, the user could be warned that the file has not been saved.
Beta Was this translation helpful? Give feedback.
All reactions