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)
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.0npm install github4 -SIt can fix this problem.+1
Uninstall, and reinstall extension solve the problem
@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/Codesolved the problemTry 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.jsonfile 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?