Closed anselal closed 6 years ago
This project is just a wrapper for the VSCode and its existing command line arguments.
All that's needed to make VSCode portable is to define the user-data-dir
and extensions-dir
when you run it.
We do it here (in VSCodePortable.ini)... https://github.com/garethflowers/vscode-portable/blob/893d197a6d6a66c95548c56f11b70eadc7b888eb/VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini#L4
Thank you @garethflowers ,
I tried it and it works great so far !!!
Is there a way you could provide us with instructions on how you make VSCode portable ?