Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoUpload not working as expected #122

Closed
DavidBabel opened this issue Oct 22, 2016 · 4 comments
Closed

autoUpload not working as expected #122

DavidBabel opened this issue Oct 22, 2016 · 4 comments

Comments

@DavidBabel
Copy link

Visual Studio Code Version : [ 1.6.1 ]
Code Sync Settings Version : [ 2.3.3 ]
Operating System : [ windows 7 / MacOs Sierra ]
Occurs On: [Upload]

Hey ! I enjoy a lot this plugin, but i'm not sure to understand the way certains options work.
i have this config file :

{
    "Token": "working token",
    "Gist": "working gist",
    "lastUpload": "2016-10-22T21:26:22.519Z",
    "firstTime": true,
    "autoDownload": true,
    "autoUpload": true,
    "allowUpload": true,
    "lastDownload": "2016-10-21T16:10:51.186Z",
    "Version": 233,
    "showSummary": true,
    "publicGist": false,
    "forceDownload": false,
    "showLog": true,
    "openLinks": false
}

But when i change thing on my extensions or configs, nothing seems to "auto upload", i have to do it manually.

Other "issue", the "download feature, don't restore theme and theme icons. Not a big deal, but still a non expected behaviour.

Thanks for this amazing project anyway

@shanalikhan
Copy link
Owner

shanalikhan commented Oct 22, 2016

download feature, don't restore theme and theme icons. Not a big deal, but still a non expected behaviour.

There is no way in API to set icons or themes

when i change thing on my extensions or configs,

Only config change will hit auto upload , new extension wont hit it as for now, i will add this one also in future updates.
I have opened the issue in vs code as its the limitation from their side , microsoft/vscode#14444

Have you tried checked the developer console if there is any error logged when you change the vs code settings and it doesnt hit.

@DavidBabel
Copy link
Author

Hey, thanks for your reply and for the infos.

Yes i tried with the console and it seems it's not triggered at all.
I supposed you talk about de user "settings.json", but whatever i edit inside this file, it does not fire the upload.

Anyway, i did not specified that i use vscode in french.

@shanalikhan
Copy link
Owner

Is it triggering auto upload now, as i see your second issue regarding upload in loop. ?
autoUpload when set to true , vs code needs to be restarted in order to allow that change

@hellovietduc
Copy link

I'm having the same issue. Whenever I change my settings it doesn't trigger Auto Upload. I checked the Developer Console while I changed settings, it doesn't log out anything.

OS: Windows 10 Pro (1809)
Visual Studio Code: 1.31.1
Code Settings Sync: 3.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants