How to use vscode git project and sync files to m5StickC



  • I have an old M5StickC and am trying to use vscode to develop a simple app.
    I have vscode and m5stack plugin installed.
    I can communicate with the device and see the files on it and even run python scripts :)

    I have some source files in my git repo. How do I transfer/sync the files in my git repo to the device (for testing, debugging, etc)?

    I'm sure it's quite simple when you know, but I can't seem to find the trick.

    Thanks, Brendan.