code-settings-sync: command 'extension.updateSettings' not found

Visual Studio Code Version : 1.4.0 Code Sync Settings Version : 2.2.0 Operating System : Mac OS X 10.11.6

With this newest version, I tried running the Sync : Update / Upload Settings command from the command palette, and I get the following message on the top:

command 'extension.updateSettings' not found

Edit: Remove placeholder issue text

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 14
  • Comments: 41 (12 by maintainers)

Most upvoted comments

Why is this closed? I still have the issue.
Code 1.19.2 Sync 2.8.7

Ditto cd C:\Users\*\.vscode\extensions\Shan.code-settings-sync-2.2.0 npm install github4 -S It can fix this problem.

+1

Uninstall, and reinstall extension solve the problem

note: donโ€™t forget to reload vscode after uninstall and reinstall

@Nikki1993 as a workaround you can try ln -s ~/.config/Code\ -\ OSS/ ~/.config/Code. Worked for me. ๐Ÿ˜ƒ

@fkumro solution works for me on Solus Linux. The folder created initially was .config/Code - OSS. Simply renaming it to .config/Code solved the problem

Try manually deleting the extension folder and download again. Is there any console log

@shanalikhan , I decided to download the source and debug it locally, and seems the problem was that the syncSettings.json file somehow got wrong permissions (either during VS update or Mac upgrade) so the extension was not able to read it. I deleted it so it can be recreated by the plugin and now everything works! ๐Ÿ‘

I have pushed an update, let me if it solves the issue.

This is dependency problem , i will push the update in few hours ๐Ÿ˜ƒ

How I can resolve this if I havenโ€™t intalled npm standalone?

npm not found on this computer.