Code-settings-sync: fail to upload the extensions.json content in VS code insider version

Created on 25 Oct 2017  路  6Comments  路  Source: shanalikhan/code-settings-sync

Visual Studio Code Version : [ 1.18.0-insider]
Code Settings Sync Version : [ 2.8.3 ]
Operating System : [ win 10 1709 ]
Occurs On: [Upload ]
Proxy Enabled: [ Yes]
GIst Id: [ 96f48638c9981ac7b9ec1c884e769241]

you can see the change in my gist

I change the VS Code from the stable version to the insider version.
after I use the settings-sync upload,the Upload Summary show that:

Files Upload.

extensions.json
keybindings.json
settings.json
javascript.json > snippets|javascript.json
vsicons.settings.json

but the extensions.json content disappeared.

bug 馃悰 fixed

Most helpful comment

okay
VS Team has changed on API for insiders.
Will release the version in a day or two.

All 6 comments

Same here. I've always been on Insiders, though. My extensions.json in the gist was wiped out, so I manually repopulated one of my machines with all my extensions and uploaded my settings, but it remains empty.

Same here. My extensions.json gist also empty.

VS Code Insider v1.18.0

Same here. I see

EXTENSIONS ADDED :

No Extension needs to install.

with VS Code Insider

Version 1.18.0-insider
Commit e6a76e4bd3f52ab07452bb181e861f5a9bfb6596
Date 2017-10-27T05:23:12.753Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

okay
VS Team has changed on API for insiders.
Will release the version in a day or two.

Working again for me in v2.8.4. Thanks @shanalikhan!

Another solution for syncing settings between vscode and vscode-insider is to run the following command:

code --list-extensions | xargs -L 1 code-insiders --install-extension
Was this page helpful?
0 / 5 - 0 ratings

Related issues

dawsbot picture dawsbot  路  5Comments

jdshkolnik picture jdshkolnik  路  3Comments

hfcheng66 picture hfcheng66  路  5Comments

darkvertex picture darkvertex  路  4Comments

pravic picture pravic  路  5Comments