-
Notifications
You must be signed in to change notification settings - Fork 31
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
Installing extensions fails on the first "Download settings" attempt. #105
Comments
I found these logs under "Output" and "shared" after the first "Download settings" action:
At the bottom of the log, the extensions are removed, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specifications
OS Version: Windows 10
VSCode Version:
Expected Behavior
It should be enough, to run "Syncing: Download settings" once, on a vanilla VSCode installation.
Actual Behavior
On a fresh VSCode installation, installing extensions via vscode-syncing fails on the first run.
After the extensions are downloaded, a prompt appears to
Reload now
VScode. After that, only one extension (the last one from theextensions.json
) is shown. However, in%userprofile%\.vscode\extensions
I can see all extensions.When I then install
vscode-synching
again and repeat downloading, everything is fine after reloading VSCode - all extensions are there.In doesn't seem to matter, which extension is the last in
extensions.json
.Steps to Reproduce
Install VSCode
Install Syncing extension
Run
Syncing: Download settings
(Example gist:c6896e3ff461c42288500758f08d6a4c
)Reload VSCode when prompted
Steps to Fix
The text was updated successfully, but these errors were encountered: