Open MarByteBeep opened 11 months ago
The settings are greyed out because of the open virtual workspace. As four your other concerns, I'll look into it.
I have similar setup as you @MarByteBeep but the "Upload project to pico" command uploads all files in the project, not just the source. I think if you would add a small file at root it would also be uploaded.
I would also guess if syncFolder is set to src the content of that folder is uploaded
I just created a new project as per instructions and when looking at the
settings.json
I noticed a number of settings being grayed out:These are the warnings generated by each of the grayed out options:
So I'm guessing these options don't seem to work?
Furthermore, I specified
src
assyncFolder
but as can be observed in the Pico Remote Workspace, thesrc
folder is synced including thesrc
folder itself, which shouldn't be the case.Expected
"micropico.syncFolder"
setting should sync the contents of said folder so they appear in the root folder on the Pico.