-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Extensions settings cleared in uploaded gist; subsequent download flushes all installed extensions #789
Comments
Related: #756 |
Yep, could be duplicate. I am using the installed version of VS Code, not portable, but it sounds the same. |
Yes, it will be fixed a day or two. |
So sorry, my PR #782 broke the extension sync on windows systems because the path delimiter (Linux/macOS: |
released |
Just tried it, works great. Thanks for the quick fix! |
🐛 Describe the bug
As of version 3.2.6, any time I upload my settings to my gist, the list of extensions in extensions.json is entirely empty. Thus, if I then download my settings in a different instance of VS Code... it removes all extensions.
🌴 Visual Studio Code Version : 1.31.1
🌴 Code Settings Sync Version : 3.2.6
🌴 Standard or Insiders : Standard
🌴 OSS or Portable : OSS
🌴 Operating System : Windows 10
🌴 Occurs On: Upload
🌴 Proxy Enabled: No
🌴 Gist Id: It appears the syncSettings.json file contains a token of some nature; I'd prefer to not pass that around.
📰 To Reproduce
Steps to reproduce the behavior:
[]
)💪 Expected behavior
The extensions should be in there.
The text was updated successfully, but these errors were encountered: