this post was submitted on 05 Aug 2023
672 points (96.9% liked)

Technology

34395 readers
453 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 year ago* (last edited 1 year ago) (1 children)

I am using VsCodium and I can install extensions. It's my default code editor and it has nothing less than my coworkers' MS Visual Studio Code.

Edit: just understood VsCodium uses a non-official marketplace for extensions, but for my needs I've always found everything

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

The problems are that VSIX binaries can't legally be redistributed and many of them aren't even open source in the first place. Many won't even work if you manually download them and add them to Codium. VS Code really doesn't deserve to be viewed as open source in any way shape or form and folks need to embrace the Open VSX market place and avoid Microsoft's like the plague.

You're lucky to have found all the extensions you need. That's not the norm.

[–] [email protected] 2 points 1 year ago (1 children)

It's like GitHub. A proprietary platform that's really popular for open source development for some reason, when there are actually open source alternatives available.

[–] [email protected] 2 points 1 year ago (1 children)

Nobody views GitHub as open source. Folks do believe that VS Code is open source but because the extension store can't be accessed by anything else (like an actual open source build of VS Code's codebase) it's an extremely dirty lie.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Also, VSIX extensions are full-on software packages. They contain binary executables that have access to both the inside of the editor and the rest of your system. If they didn't have access to your system there would be no way that they can hook into non-editor applications like your compiler or runtime debugger, or have the ability to pull files from outside the working directory. But they obviously can do all that, either usefully or maliciously.

This is specifically in response to the argument of "so what if VSIX extensions aren't open source? They're just extensions right?" No. They are applications. And they can individually contain just as much spyware and all the trappings of proprietary code as if you had used a fully proprietary editor.