-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Does not download extensions when switching to official user installation #709
Comments
I've seen a slightly different behavior; everything seems to work during the Download of the settings, even the installation of the extension. However the aren't installed, and don't get visible after a restart of Code as well. |
The problem is Code team doenst provide API for which we ( authors ) can get the required things. Why you want to use older version of Code. is there any scenario for which you need older version. Its better to use latest versions. |
I'll clarify: User-specific installation on Windows has been introduced in version 1.26 (July 2018). Until then, the only installation available for Windows computers was the system-wide installation. Until July 2018, system-wide installations on Windows were actually the rule, not the exception. Since version 1.26, users of system-wide installation are being shown a notification recommending them to switch over to user installations. |
alright, there are many other issues opened needs assistance. PR is welcome for it - will release new version if anyone send PR for it. |
Hi Shanalikhan, I have experienced this exact same issue. The plugin was working fine until I switched to the user version of Visual Studio Code. Now it no longer works. I don't think Microsoft is distributing a system wide version of Code any more, so this is an issue that will need to be fixed if the plugin is going to continue offering value to the community. Thanks |
I have looked into this and found currently its a limitation for code API itself, Code team doesnt provide such identifier to let authors know either extension is running user wide or system wide. They need to expose Issue is opened @ microsoft/vscode#66029 Similar issue but different scenario already opened - #411 Problem you guys facing is limited to installing extensions or settings are not able to download as well ? (for user wide code) |
It is fixed now. Let me know if you find some problem. |
🐛 Describe the bug
The original official installation of VSCode was system wide. Since then, Microsoft has released a user-only installation. After uninstalling the system-wide VSCode, and reinstalling the (latest) user-only VSCode, code-settings-sync is not capable of restoring backed up extensions.
🌴 Visual Studio Code Version : 1.29
🌴 Code Settings Sync Version : [ 3.2.0 ]
🌴 Standard or Insiders : [ Standard ]
🌴 OSS or Portable : [ No ]
🌴 Operating System : [ Win 10 1803 ]
🌴 Occurs On: [ Download ]
🌴 Proxy Enabled: [ No ]
🌴 Gist Id: [ 6922d55b455e32e9619195fd8aed0ccc ]
📰 To Reproduce
Steps to reproduce the behavior:
💪 Expected behavior
Backed up extensions should be installed.
📺 Console Error Log
📺 Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: