zokugun / vscode-sync-settings

Easily synchronize your settings
MIT License
135 stars 11 forks source link

Calling `syncSettings.viewDifferences` causes an error #24

Closed stdedos closed 1 year ago

stdedos commented 2 years ago
[2022-07-13 02:04:19.145] [exthost] [error] Error: ENOENT: no such file or directory, lstat '~/.config/VSCodium/User/globalStorage/zokugun.sync-settings/repository/profiles/main/profile.yml' syncSettings.viewDifferences {"value":"zokugun.sync-settings","_lower":"zokugun.sync-settings"}

Instead, if I do Open the profile settings, an empty profile.yml is created, and then it works.

... any ideas what went wrong? Why don't I have that file?

stdedos commented 1 year ago

Verified as fixed in https://github.com/zokugun/vscode-sync-settings/tree/v0.13.0 😃