You are here

VSCodium Portable 1.109.51242 Dev Test 1

11 posts / 0 new
Last post
Peppernrino
Peppernrino's picture
Offline
Last seen: 2 weeks 15 hours ago
Joined: 2016-09-05 13:42
VSCodium Portable 1.109.51242 Dev Test 1

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)

Unknown123
Offline
Last seen: 4 weeks 1 day ago
Joined: 2016-06-23 04:38
Suggestions & Comments

First, based on https://portableapps.com/apps/development

There is a section for Text Editors & Integrated Development Environments in the Development category.

I think since VSCodium is text editor that is more close to IDE with proper extensions, it should fell into the category of Development instead of Utilities.

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 data folder, we could launch the program in portable mode.

But it seems awkward, since the saved data itself is in the PAL:AppDir folder instead of PAL: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.

Peppernrino
Peppernrino's picture
Offline
Last seen: 2 weeks 15 hours ago
Joined: 2016-09-05 13:42
Ok

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. Blum

As for the portable mode... that is already what is happening here. Go into the ~/App/x64/ directory, and see there is a data folder present.

Unknown123
Offline
Last seen: 4 weeks 1 day ago
Joined: 2016-06-23 04:38
Ok

Thanks for the update, the category is good now.

---

What I mean is that, the PAL:DataDir folder seems to have no purpose.
The real data is in the data folder instead.
It is 100% functional, but it's just weird to me.

Peppernrino
Peppernrino's picture
Offline
Last seen: 2 weeks 15 hours ago
Joined: 2016-09-05 13:42
Run it and see

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.

testplayer
Offline
Last seen: 1 week 2 days ago
Joined: 2015-01-12 05:47
Yes, VSCodium's settings are

Yes, VSCodium's settings are stored at U:\PortableApps\VSCodiumPortable\App\x64\data, but since it's under the folder U:\PortableApps\VSCodiumPortable\App\, but not folder U:\PortableApps\VSCodiumPortable\Data\, this important data folder (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.

Peppernrino
Peppernrino's picture
Offline
Last seen: 2 weeks 15 hours ago
Joined: 2016-09-05 13:42
eh?

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

testplayer
Offline
Last seen: 1 week 2 days ago
Joined: 2015-01-12 05:47
I tried upgrading to v1.109

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\data folder 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.

John T. Haller
John T. Haller's picture
Offline
Last seen: 8 hours 48 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Running

Was the app running while you were trying to upgrade?

Sometimes, the impossible can become possible, if you're awesome!

testplayer
Offline
Last seen: 1 week 2 days ago
Joined: 2015-01-12 05:47
No, I've already closed it.

No, I've already closed it. And I had double-checked this by opening task managers like process hacker.

John T. Haller
John T. Haller's picture
Offline
Last seen: 8 hours 48 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Not Portablized

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!

Log in or register to post comments