Application: VSCodium
Category: Development
Description:
Free/Libre Open Source Software Binaries of VS Code.
Features: VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.
v1.109.51242 - x64 only
Download VSCodium 1.109.51242 Portable Dev Test 1 [121MB download / 485MB installed]
(MD5: c20ee32fda44132266017486f6a008d4)
(SHA256: 81136967f1587a5581fba0079b7dee68fd964e4c3f9cf70f89a24e4cace648f3)
(SHA512: 5b1efd5a3cf161fb744ca39f75e610a1eea8904b0abb6aa00e243f392c666c40445d19062385e81b2c684bb9eb8e3c2acdf3e3f1bd05082a7b9c697f98590411)
(BLAKE3: c014f36c9e0dd531aa998a66b80e58fd0650e4ef095602de328130673d6c5dc3)
v1.83.1 - last x86 compatible release
Download VSCodium 1.83.1 Portable Dev Test 2 [82.2MB download / 306MB installed]
(MD5: 614a30f6b99a4cb3df34d7c29cd8614a)
(SHA256: 37919c5507d03dbb280748a1fcc1f27bf891d69b2564f3cc9ad8c0066d81017f)
(SHA512: d79dbeeb9ddd70006ee17947e3ec7937df3bfa335ad30ae69ab0e56a548d981c9c2b6d27f88101a7d108af827a58e84b651ed5829ec1ac160c1840d8f80a39e8)
(BLAKE3: 6b8148125e17b7c92db7dd93ceeef0b3d124709019997d7b78b20977d3e4fac5)
First, based on https://portableapps.com/apps/development
There is a section for
Text Editors & Integrated Development Environmentsin theDevelopmentcategory.I think since VSCodium is text editor that is more close to IDE with proper extensions, it should fell into the category of
Developmentinstead ofUtilities.The same goes for your other apps of Arduino IDE v1 and v2
https://portableapps.com/node/68844
https://portableapps.com/node/64326
---
Second, based on https://code.visualstudio.com/docs/configure/command-line
By using
datafolder, we could launch the program in portable mode.But it seems awkward, since the saved data itself is in the
PAL:AppDirfolder instead ofPAL:DataDir
.Some people have made it without the data folder, but there'll be registry things that needs to be removed out, so messy, https://github.com/Makazzz/VSCodiumPortable/blob/master/VSCodiumPortable...
In any case, I don't know how to deal with this. Albeit awkward, it is still perfectly functional.
Thank you for the heads up about the "Development" tag. I've been updating them as I go. Some of the apps were already... the web page just did not reflect it. I do a lot of apps, so sometimes I lose track of stuff.
As for the portable mode... that is already what is happening here. Go into the ~/App/x64/ directory, and see there is a
datafolder present.Thanks for the update, the category is good now.
---
What I mean is that, the
PAL:DataDirfolder seems to have no purpose.The real data is in the
datafolder instead.It is 100% functional, but it's just weird to me.
The Data directory is for other windows settings, etc. It is a part of portableapps, not the application itself. I'm sure I could make the folder that folder with the FileWrite commands or whatever, but there isn't really much need to.
Yes, VSCodium's settings are stored at
U:\PortableApps\VSCodiumPortable\App\x64\data, but since it's under the folderU:\PortableApps\VSCodiumPortable\App\, but not folderU:\PortableApps\VSCodiumPortable\Data\, this importantdatafolder (storing all settings & installed extensions of VSCodium) will be overwritten/removed when updating VSCodium in the future, or simply when re-installing the .paf.exe again. This will results in losing all critical & important settings of VSCodium, so could you please fix this? Many thanks.i have a command in the installer.ini file telling it to preserve the ~/x64/data directory during an update... is it not working properly? this is news to me.
[DirectoriesToPreserve]PreserveDirectory1=App\x64\data
I tried upgrading to v1.109.51242 by clicking the "Install a New App [paf.exe]" from the Launcher and selecting the downloaded
VSCodiumPortable_1.109.51242_Dev_Test_1.paf.exe, but then:https://i.imgur.com/atQ2Ug3.png
Clicking the "Retry" will be stuck in an infinite loop in the above window, whereas clicking the "Cancel" will get:
https://i.imgur.com/Wvt9mwe.png
So the
U:\PortableApps\VSCodiumPortable\App\x64\datafolder became empty after upgrading to the latest version, and all settings & extensions are lost.From my understanding, it's a common practice to store data, settings, extensions, etc. to
~\VSCodiumPortable\Data\instead of~\VSCodiumPortable\App\x64\data\, in order to avoid this type of issues during upgrade. So could you please fix it? Many thanks.Was the app running while you were trying to upgrade?
Sometimes, the impossible can become possible, if you're awesome!
No, I've already closed it. And I had double-checked this by opening task managers like process hacker.
It looks like the settings aren't portablized into Data nor adjusted on moves in this package. You'll lose your settings on each upgrade.
Sometimes, the impossible can become possible, if you're awesome!