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.
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
Most helpful comment
okay
VS Team has changed on API for insiders.
Will release the version in a day or two.