Application: VSCodium
Category: Utilities
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.101.03933 - x64 only
Download VSCodium 1.101.03933 Portable Dev Test 1 [107MB download / 416MB installed]
(MD5: a3d455f475e375622d06bd7555b9de0f)
(SHA256: 7c58a7393667cdb407acf7c52964df19b2e425157c3895e3941d1336bf9875d5)
(SHA512: 5114bf1cc92bc8cc8f35177f68512bc6fd9f9daa97b15c479dd4eb81164c93bf92817e9d9b72ca0a23869667cf0301ace2a519eb89e1c951e43e688b0f593633)
(BLAKE3: abee3e5aa909dcc64602973697920e2da4224f23e7a6a3e30cabf76aaa2bf89c)
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 Environments
in theDevelopment
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 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
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 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
data
folder present.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.
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.