#vscodium — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vscodium, aggregated by home.social.
-
Peter Squicciarini released #VSCodium version 1.126.04524. https://vscodium.com/
-
Managed to get the #RaspberryPi #Pico extension working in #VsCodium. Top tip use the Apt install version not the Flatpak. Think there is something going on with the Path when using the debugger.
-
A feature I didn’t know existed in VS Codium saved my day! I was working on a untracked Git file (the zensical.toml configuration file) and accidentally, the whole file was overwritten and ctrl+z didn’t work. I thought my config was lost for good!
Luckily there’s a thing called “Local History”:
* Open command palette…
View full note: https://burgeonlab.com/notes/2026/0615-16251
-
(more Linux and FOSS news in previous posts of thread)
Apache NetBeans 30 updates Maven and Ant, adds GlassFish 8.0 support:
https://alternativeto.net/news/2026/5/apache-netbeans-30-updates-maven-and-ant-adds-glassfish-8-0-support/VS Codium 1.121 Brings Packaging Fixes and Telemetry Cleanup to Your Workflow:
https://www.linuxcompatible.org/story/vscodium-112103429-released/Pulsar 1.132 adds new terminal package, improved Git branch switching & large file setting:
https://alternativeto.net/news/2026/5/pulsar-1-132-adds-new-terminal-package-improved-git-branch-switching-and-large-file-setting/Vim Text Editor Lands Opt-In GTK 4 GUI Support:
https://linuxiac.com/vim-text-editor-lands-opt-in-gtk-4-gui-support/WordPress 7.0 launches with a new admin panel, editor upgrades, and an AI integrations hub:
https://alternativeto.net/news/2026/5/wordpress-7-0-launches-with-a-new-admin-panel-editor-upgrades-and-an-ai-integrations-hub/Godot 4.6.3 Fixes Critical Bugs:
https://www.linuxcompatible.org/story/godot-463-released/nginx 1.31.1 Mainline Update Fixes Critical Rewrite Buffer Overflow and Tightens HTTP Headers:
https://www.linuxcompatible.org/story/nginx-1311-released/PHP 8.4.22 Release Candidate Fixes JIT Crashes and Memory Leaks Before Stable Launch:
https://www.linuxcompatible.org/story/php-8422-rc1-released/Node.js 24.16.0 LTS Update Fixes Crypto Quirks and Adds Better Debugging Tools:
https://www.linuxcompatible.org/story/nodejs-24160-lts-released/Node.js 26.2.0 Release Brings Stream Stability, HTTP 1xx Support, and Crypto Hardening:
https://www.linuxcompatible.org/story/nodejs-2620-current-released/Deno 2.8 adds 'audit fix', new CI workflows, and npm packaging support:
https://alternativeto.net/news/2026/5/deno-2-8-adds-audit-fix--new-ci-workflows-and-npm-packaging-support/Valkey 9.1 delivers improvements in security, performance, and more:
https://www.phoronix.com/news/Valkey-9.1-ReleasedVideo Encoding and Decoding with Vulkan Compute Shaders in FFmpeg:
https://www.khronos.org/blog/video-encoding-and-decoding-with-vulkan-compute-shaders-in-ffmpegOpenBSD 7.9 boosts AMD64 CPU core support, adds delayed hibernation and improves scheduler:
https://alternativeto.net/news/2026/5/openbsd-7-9-boosts-amd64-cpu-core-support-adds-delayed-hibernation-and-improves-scheduler/FreeBSD 15.0-RC1 release candidate arrives:
https://nerds.xyz/2025/11/freebsd-15-0-rc1/#WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #NetBeans #VSCodium #Pulsar #Vim #WordPress #Godot #GodotEngine #Nginx #PHP #NodeJS #Deno #Valkey #Vulkan #FFmpeg #OpenBSD #FreeBSD #BSD #Coding #Development #Dev #Programming #IDE #CodeEditor #JavaScript #CMS #ProgrammingLanguage #FosseryTech
-
Peter Squicciarini released #VSCodium version 1.121.03429. https://vscodium.com/
-
VSCodium - SCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.
-
Hey, #AskFedi I need your help finding an accessible, cross-platform text editor that isn't #VSCode. If you don't know any, please boost anyway. Thank you!
I've been using VSCode for years--I think seven by now. For the most part, I was, and still am, happy with it; if you don't like MS metrics, you can switch to #VSCodium and it's very accessible even for a #DeafBlind user completely reliant on refreshable Braille displays such as myself.
However...
Microsoft's, shall we say, enthusiastic embrace of AI is warping VS Code, and I worry where it'll end. In short, I don't want all my eggs in one basket.
Sadly, the landscape of accessible text editors and IDEs is, to my knowledge, still relatively barren; #SublimeText has been dragging its feet (rather: utterly refusing to walk) for over a decade. If you want to get angry, this thread is the most appalling thing I've read all month (1), and the linked GitHub issue doesn't give me any hope this'll ever be addressed.
Am I really at the mercy of the whims of Microsoft or doomed to use a less feature-rich, extensible editor as my #IDE ?
I hope not!
So, what do you recommend? #Accessibility #A11y #Blind #ScreenReader
-
oh sweet baby jesus there's finally a #vscode / #vscodium extension that chmod +x scripts on save if they start with a shebang.
I used a plugin for sublime text years ago that did this, but every time I checked there was no equivalent for vscode. looks like this was first published about 7 months ago
-
So DevContainers are really nice, but I'm a bit annoyed that we don't have a similar workflow for VSCodium due to proprietary bits from Microsoft
https://github.com/VSCodium/vscodium/discussions/1471
I know there's couple of workarounds and projects to make DevContainers possible in VSCodium but working with co-workers who are using VSCode will have a base image for a DevContainer that contains the proprietary vscode server and this breaks the whole idea of shareable environments.
-
Peter Squicciarini released #VSCodium version 1.116.02821. https://vscodium.com/
-
*VSCodium (incognito VSCode), showing me MDN and Documentation when I pause over ANY element*
*Me, and old-school Web Designer, who doesn't need the army of crutches modern IDEs throw at you for fucking HTML+CSS, furiously disabling all of it in the settings*
🤬
I mean... seriously? I get it for programming languages, specially if you're coding complex things. But for HTML/CSS? C'mon...
-
#VSCodium peeps.
I have just moved to a new LAMPs web development platform using LMDE7. VSCodium won't allow me to directly edit the canonical directory (ie /var/www/html/whatever) but sends me into the tmpfs (/run/user/$USER/doc/xxxxx). This FUBARs git. Is there a setting that will allow me to edit files directly?
EDIT: Solved. It was an issue with flatpak. I installed the deb and it works fine now.
-
Looks like the MS copilot junk has indeed invaded the #VSCodium ecosystem, as I suppose it would as the FOSS version of VSCode.
There seems to be a switch to turn it off at least, and it seems to come with that already disabled.
-
Fingers crossed that #VSCodium remains untainted by the AI vibecoding plague.
-
What are the best alternatives to #VSCode right now for #Linux? I'm using #VSCodium and have seen some language-specific products, but is there anything #FOSS with support for multiple languages *with a GUI*? I would like to give gvim a chance, but I don't want to spend more time on my #IDE than the project I'm working on.
-
Wondering about #SyntaxHighlighting in #VScodium:
Is #Perl’s #TemplateToolkit actually TT in HTML or HTML in TT? 🤔
See comment for example.