brilliantlabsAR / ar-studio-for-vscode

Develop apps for Monocle using VSCode
ISC License
53 stars 11 forks source link

Sync on connection #26

Closed siliconwitch closed 1 year ago

siliconwitch commented 1 year ago

Ask the user on first connection if they'd like to sync all the files from device files to Monocle

uma-shankar-TE commented 1 year ago

Sync means uploading all from local to device or from device to local?

siliconwitch commented 1 year ago

from local to device

siliconwitch commented 1 year ago

Actually I'm wondering of #25 covers this. Maybe it's not needed because the user can just do Ctrl-Shift-B on connection and the same thing happens. What do you think?

uma-shankar-TE commented 1 year ago

ctrl+shift+B will be a command. what we can do is check outer level directory if not matched . we can invoke that command automatically.

from local to device can make lose all file from device if someone connects in a empty project by mistake

siliconwitch commented 1 year ago

Yeah it could accidentally overwrite the user app if they make a new project let's say. Let's start with #25 and see how it feels. If it's okay then we can skip this issue

siliconwitch commented 1 year ago

No longer needed since we're adding the other features now