[Feature] VSCode extension: Reduce uploading time by only uploading the necessary files #114
Labels
blocked: upstream
This issue is with a 3rd-party project and is out of scope of Pybricks
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
In my current project, I'm working with many files (mostly image files) in my program, that I'm not changing at all, but every time, I would upload the project to the brick via the VSCode extension, it would upload every single file again, even if it hasn't been changed to the version, already existing on the brick. This takes unnecessary time to complete.
Describe the solution you'd like
I'd love to see at least an option in the VSCode extension to only upload files, that are new or have changed, since the last upload
Describe alternatives you've considered
Maybe a file, where you can specify certain files or folders (similar to a .gitignore) that will be outright ignored when uploading to the brick. That would be useful too if you got for example a README in your workspace, that the brick doesn't need to run the program.
The text was updated successfully, but these errors were encountered: