Releases: AndhikaWB/VSCodePortable
1.19
Release version 1.19.
VSCodePortable_v1.19.zip
: You will need to download VSCode manually.
VSCodePortable_v1.19_online.paf.exe
: VSCode (x64) will be downloaded automatically during setup.
Changelog
- Fix trailing newline from npm config output, which broke cmd and batch script in the previous releases
- Added partial support for Apache Spark, or you can just install
pyspark
directly (it's the same)
Note
- If you're upgrading from previous release, always compare your current
VSCodePortable.ini
withApp\FirstRun\VSCodePortable.ini
since config file will not be replaced automatically. There may be breaking changes that invalidates your current config file.
1.18
Release version 1.18.
VSCodePortable_v1.18.zip
: You will need to download VSCode manually.
VSCodePortable_v1.18_online.paf.exe
: VSCode (x64) will be downloaded automatically during setup.
Changelog
- Added Flutter, Android Studio, and Android SDK support. There are some limitations, please see
App\AppInfo\Launcher\Custom.nsh
for the implementation. - Breaking changes for some folder structures under the
Data\misc
directory. Recommended to delete that directory and/or start over from beginning (by deletingData
folder).
Note
- If you're upgrading from previous release, always compare your current
VSCodePortable.ini
withApp\FirstRun\VSCodePortable.ini
since config file will not be replaced automatically. There may be breaking changes that invalidates your current config file.
1.17
Release version 1.17.
VSCodePortable_v1.17.zip
: You will need to download VSCode manually.
VSCodePortable_v1.17_online.paf.exe
: VSCode (x64) will be downloaded automatically during setup.
Changelog
- Added proper Go and Rust support (Go support were unclear in the previous release).
- Added extra features for some DE, enable them via
[Optional]
section inVSCodePortable.ini
(on launcher root directory).
Note
- If you're upgrading from previous release, always compare your current
VSCodePortable.ini
withApp\FirstRun\VSCodePortable.ini
since config file will not be replaced automatically. There may be breaking changes that invalidates your current config file.
1.16
Release version 1.16.
VSCodePortable_v1.16.zip
: You will need to download VSCode manually.
VSCodePortable_v1.16_online.paf.exe
: VSCode (x64) will be downloaded automatically during setup.
Changelog
- Git will not create config files in
%UserProfile%
folder anymore (moved toData\misc\GitHome
). Please move/copy all your Git related config files to the new directory manually (.bashrc
,.zshrc
,.cache
,.gitconfig
, etc). Related topic: 1, 2, and 3. - Added 1 new directory to cleanup (
.vscode\cli
).
Note
- If you're upgrading from previous release, always compare your current
VSCodePortable.ini
withApp\FirstRun\VSCodePortable.ini
since config file will not be replaced automatically. There may be breaking changes that invalidates your current config file.
1.15
Release version 1.15.
VSCodePortable_v1.15.zip
: You will need to download VSCode manually.
VSCodePortable_v1.15_online.paf.exe
: VSCode (x64) will be downloaded automatically during setup.
Note
All old releases have been purged from this repo since they emulate UserProfile
, AppData
, and other crucial environment variables directly, causing many issues.