-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Extensions in portable mode are broken #169006
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
Comments
Here is the workaround until this fix is available
|
Hello, Thank you for sharing this workaround. Will this be fixed in a future version? (I use a USB Stick, and when the drive letter changes, it has to be repeated again)? Thanks! |
Yes, it is and will be available in next release 1.75.0 |
There are other files that contain absolute paths too:
Those absolute paths will be updated on VSCode start, thus, they are not causing any breakages. But, to reduce file change for those portable mode users on the go, is it possible to share the new |
Uh oh!
There was an error while loading. Please reload this page.
From @keck9939
If you follow exactly the instructions at https://code.visualstudio.com/docs/editor/portable#_migrate-to-portable-mode to migrate to portable mode, the extensions vanish. (I'm using Windows 10, VSCode 1.74.0). I did move rather than copy the data and code directories. This may be important, otherwise it might find things in the original location.
In addition, if you re-install the extensions in the portable installation after following the referenced instructions, and then move the whole portable directory from say d:\vscode to e:\vscode, the extensions will vanish again.
Steps to Repro:
🐛 No extensions are shown
The text was updated successfully, but these errors were encountered: