garethflowers / vscode-portable

Portable version of the Visual Studio Code editor.
https://garethflowers.dev/vscode-portable/
GNU General Public License v2.0
511 stars 71 forks source link

x64 VSCODE #29

Closed tschertel closed 7 years ago

tschertel commented 7 years ago

Can I use x64 version?

LightDestory commented 7 years ago

Reading the launcher settings it seems that there aren't platform entries, so yes this portable enviroment can work with x64bit version. BTW a portable version means that you run it on differents pc: using x86 verison you have 100% chance of run (it will run always) using x64 version you have a lower chance (due to the possibility to use a x32 bit pc)

garethflowers commented 7 years ago

v1.15.1 has just been released - which includes both x32 and x64 bit versions of VSCode. It will automatically run the most relevant one based on your system.