-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Syncing of extensions not working in portable mode #756
Comments
can you show an image of the following:
|
Its fixed with new version v3.2.6 let me know in case of issue. |
@LuisUrrutia can you look into this. |
@KolyaKorruptis can you open the developer tools of VSCode Try to upload again and share the console log? |
@KolyaKorruptis cool! Now I know what the problem is. Are you sure that this extension worked before in the same VSCode portable and in the same OS? |
Yes, I'm sure. It worked partially, as OP describes in the first post. |
@shanalikhan can u re-open this issue and assign it to me? |
It's reopened |
I have the same issue as @KolyaKorruptis |
@gsabater windows, right? |
@LuisUrrutia yes, on both machines |
Same problem here, everything working fine except extensions.json file always empty. Edit: more information |
same problem with the empty extensions.json .... |
Same problem here |
Same issue on my PC. environment: settings:
|
It should be fixed in new version Let me know if there is any problem. |
@shanalikhan Looking good. All active extensions were uploaded. One inactivated extension wasn't. I guess that's expected behaviour. |
It looks like no problem. Thanks! |
@Kuzmich100kM This issue was about a specific problem that was solved back then and now it's been closed for a while. Please open a new issue for your problem. |
🐛 When installing VS Code in portable mode with local data directory, extensions are not (fully) synced
VS Code can be installed in portable mode (download ZIP file and extract in some random directory). If you create a folder with the name "data" in the main directory, VS Code will save all settings and extensions into this subdirectory (see https://code.visualstudio.com/docs/editor/portable).
With this mode, Sync is ignoring most of the extensions. Out of five installed extensions, only one was synced to the file extensions.json in GIST. Even code-settings-sync itself is not synced as extension. As a result, downloading the settings on another installation only installs the one synced extension.
Doing the same setup with a regular installation works.
🌴 Visual Studio Code Version : 1.30.2
🌴 Code Settings Sync Version : 3.2.4
🌴 Standard or Insiders : Standard
🌴 OSS or Portable : Portable
🌴 Operating System : Win 10
🌴 Occurs On: Upload
🌴 Proxy Enabled: No
📰 To Reproduce
Steps to reproduce the behavior:
💪 Expected behavior
All extensions uploaded
The text was updated successfully, but these errors were encountered: