Home > front end >  Extensions not saved across devices in VSCode Portable Edition v1.74.3
Extensions not saved across devices in VSCode Portable Edition v1.74.3

Time:02-02

I am using the latest version of the VSCode Portable Edition, stored on a pendrive, and I am encountering an issue with extensions not being saved across devices. When I install an extension in the portable version, it does not persist if I move the file to another computer. I expect the installed extensions to be saved in the portable version and accessible on any device where I run the portable version from the pendrive. Any assistance in resolving this issue would be greatly appreciated.

Operating System: Windows 10
VSCode Portable Edition Version: 1.74.3

I have tried installing extensions in the VSCode Portable Edition, but they do not persist when I move the file to another computer. I expected the installed extensions to be saved within the portable version and accessible on any device where I run the portable version from the pendrive.

CodePudding user response:

This sounds like this issue raised on GitHub: https://github.com/microsoft/vscode/issues/171569

which is reported to be fixed in the insiders build for v1.75

While you're waiting for 1.75 to be officially released to the general public, you can switch to the insiders version.

  • Related