nonoroazoro / vscode-syncing

:zap: VSCode Extension - Sync all of your VSCode settings across multiple devices.
https://marketplace.visualstudio.com/items?itemName=nonoroazoro.syncing
Other
489 stars 30 forks source link

Error on download: Cannot save file extensions.json #92

Closed i4004 closed 2 years ago

i4004 commented 2 years ago

Specifications

Windows 10 (latest), Manjaro Linux (latest updates)

1.69.2

The problem appeared after upgrading to 1.69.2 from 1.69.1 (On both OSes)

Expected Behavior

Settings should be downloaded.

Actual Behavior

image

Steps to Reproduce

  1. Run download command under VS 1.69.2
i4004 commented 2 years ago

I did more tests. The problem is with v3.3.0 of this extension. Downgrade to v3.2.1 solves the problem.

nonoroazoro commented 2 years ago

I'll take a look!

nonoroazoro commented 2 years ago

@i4004 It seems that the package 'compare-versions' throws the exception, as I added it in the current release to compare the extensions' versions.

nonoroazoro commented 2 years ago

A new version has been released to solve this issue, thanks for your feedback!

i4004 commented 2 years ago

It works now, thank you!

nonoroazoro commented 2 years ago

It works now, thank you!

my pleasure