Advertisement · 728 × 90
#
Hashtag
#VSCodium
Advertisement · 728 × 90
Preview
Migrating from VS Code to VSCodium: De-Microsofting My Editor The code editor is open source. The product isn't. The introduction VS Code is probably the most popular code editor on the planet. It's fast, extensible, and free. It's also a Microsoft product th...

Another project. Another migration.

#vscode #vscodium #developer

rant.mvh.dev/migrating-fr...

3 0 0 0
Original post on mastodon.online

So the install of VS Codium to replace VS Code went nicely (via 'snap' in Ubuntu's 'App Center').

Needed only to reinstall a couple of extensions and reconnect to github (which is another service for which like to review alternatives).

Also took the opportunity to install a 'linter' (Ruff) for […]

0 0 0 0
Original post on fosstodon.org

Was annoyed recently that #vscodium (and #vscode) didn't autosave before I could switch to my terminal and run the code. Then when I change it to save when the focus changes, it won't save on a timer anymore. Someone made an issue to fix this, which needs 19 more upvotes before it can be […]

0 0 1 0
Original post on mastodon.online

So I've just stumbled upon VSCodium and have added it to my 'do-today' maintenance tasks.

I've invested a lot of time in VSCode while learning Python and it’s a truly helpful product. But why should I hand over private code free for scraping before I've posted in the wild by choice? […]

0 0 1 0

oh, eben erst entdeckt, statt #vscode kann man auch #VSCodium nutzen? Das ist das Gleiche nur ohne #Microsoft Spyware?
Kennt ihr das und kann man das wirklich 1:1 austauschen ohne Verlust von Funktionen oder Plugins?
#UnplugTrump

0 0 0 0
Preview
C64 Vibe Assembler: A C64 Game Built With AI Help - The Oasis BBS C64 Vibe Assembler session tests Codex in VS Code, building BASIC then 6502 versions, and running them on real hardware.

C64 Vibe Assembler: A C64 Game Built With AI Help
#Commodore64 #C64 #MOS6502 #Assembly #CC65 #VICEEmulator #RetroCoding #VSCodium #GameDev #8Bit

theoasisbbs.com/c64-vibe-ass...

5 1 0 0

#vscodium con @forgejo@floss.social funziona benissimo!!!

0 0 0 0
Post image

#vscode and #vscodium both broke this morning
the text in the editor pane is invisible
changing fonts no fixies
what
how is this a thing

2 0 1 0

• IDE : VSCode → #VSCodium

• App Stores : Google Play Store → #fdroid (Free et Open Source) + #AuroraStore (Play Store anonyme).

• Clavier : Gboard → #HeliBoard

• Lanceur d'Applications (Launcher) : Pixel Launcher → #lawnchair

2 0 1 0
File: rwx > sh > ffmpeg.sh

rwx_ffmpeg_input_hdmi() {
	local device="${1}"
	[ -n "${device}"] || device="/dev/video0"
	set -- \
		-f "v4l2" \
		-video_size "1920x1080" \
		-framerate "120" \
		-input_format "yuv420p" \
		-i "${device}"
	local argument
	for argument in "${@}"; do echo "${argument}"; done
}

rwx_ffmpeg_output_audio_fast() {
	set -- \
		-codec:a "flac" \
		-compression_level "0"
	local argument
	for argument in "${@}"; do echo "${argument}"; done
}

File: rwx > sh > ffmpeg.sh rwx_ffmpeg_input_hdmi() { local device="${1}" [ -n "${device}"] || device="/dev/video0" set -- \ -f "v4l2" \ -video_size "1920x1080" \ -framerate "120" \ -input_format "yuv420p" \ -i "${device}" local argument for argument in "${@}"; do echo "${argument}"; done } rwx_ffmpeg_output_audio_fast() { set -- \ -codec:a "flac" \ -compression_level "0" local argument for argument in "${@}"; do echo "${argument}"; done }

2025-05-17

Writing functions to screencast with #ffmpeg

#rwx #vscodium

0 0 0 0
a cyber cat (mari) looking down from the top left with a smile on her face. she is rendered in ASCII characters and pasted into VSCodium

a cyber cat (mari) looking down from the top left with a smile on her face. she is rendered in ASCII characters and pasted into VSCodium

how am i supposed to get anything done with this cyber cat (mariart.bsky.social) hovering above my code #mari3dart

thanks to the ascii art tools @ asciiart.eu from Injosoft)

Original: twitter.com/_Mari_Art/st...

#ascii #asciiart #vscodium #vtuber #vtubers #b3d #3dartist #blender #mari3dart

26 2 1 0

Now i'm wondering if i'm to petition #VSCodium to rename to #VSCoral

1 0 0 0
VSCodium resembles a branched or fire coral, while Waterfox takes a aquatic spin on the fox theme.

VSCodium resembles a branched or fire coral, while Waterfox takes a aquatic spin on the fox theme.

Been slowly migrating over to #waterfox and #VSCodium as of late, funny enough both share aquatic-esque icons:

0 0 1 0
What is Foam? A personal knowledge management and sharing system for VSCode

[ #Markdown ] Une extension #VSCode / #VSCodium / #Positron qui les transforme en #Obsidian (ou qui vous permet de lire et éditer votre coffre Obsidian dans VSCode ou Positron #wikilinks #graphview)
Foam foamnotes.com

4 0 0 0
Video

#GitShift #VSCode #VSCodium #CodeExtension #GitIntegration #DevTools #CodingLife #DeveloperExperience #OpenSource

5 0 0 0
Post image Animation of a code comment before/after the change

Animation of a code comment before/after the change

My today’s achievement: updated comment colors of my theme in VSCodium for improved readability.

Yes, you can adjust it yourself even if you use a custom theme.

[…]

kittsteiner.blog/blog/2025/comment-colors...

#A11y #Accessibility #VSCode #VSCodium #WebDev #WebDevelopment

2 0 0 0

#Tech #Software #VSCodium

Why is my text editor asking for microphone permissions?

1 0 1 0
Screenshot from the chat preferences of VSCodium. It says it applies to all profiles. The tick box, which is not ticked, is described as follows:
Global auto approve, also known as YOLO mode, disables manual approval completely for all tools in all workspaces, allowing the agent to act fully autonomously. This is extremely dangerous and is never recommended (paco's note: so why the fuck is it in here?). Even containerised environments like code spaces and dev containers have user keys forwarded into the container that could be compromised. This feature disables critical security protections and makes it much easier for an attacker to compromise the machine.

Screenshot from the chat preferences of VSCodium. It says it applies to all profiles. The tick box, which is not ticked, is described as follows: Global auto approve, also known as YOLO mode, disables manual approval completely for all tools in all workspaces, allowing the agent to act fully autonomously. This is extremely dangerous and is never recommended (paco's note: so why the fuck is it in here?). Even containerised environments like code spaces and dev containers have user keys forwarded into the container that could be compromised. This feature disables critical security protections and makes it much easier for an attacker to compromise the machine.

They're at least honest, but jeez people. "Also called YOLO mode."

I don't know how this chat crap ended up enabled in #vscodium because I've been trying to disable it as it comes in. But this takes the biscuit.

> **This is extremely dangerous and is never […]

[Original post on infosec.exchange]

0 0 0 0

📢 malicious VisualStudio Code (#VSCode & #VSCodium) packages identified. Checkmarx Zero identified the packages below and reported them to Microsoft before they were widely distributed. Microsoft responded promptly and has removed them from the Visual Studio Marketplace. 🧵1/5

0 0 1 0
Left side says We Love Open Source. #WeLoveOpenSource. ATO. A community education resource from All Things Open. Right side has black keyboards and monitors in a computer lab setting.

Left side says We Love Open Source. #WeLoveOpenSource. ATO. A community education resource from All Things Open. Right side has black keyboards and monitors in a computer lab setting.

🚀 NEW on We ❤️ Open Source 🚀

Middle school students + open source = 🚀

Don Watkins shows how VSCodium makes it easy to teach Python, HTML & Markdown in class—100% free & license-free.

allthingsopen.org/articles/vsc...

#WeLoveOpenSource #VSCodium #Python #EdTech

0 0 0 0
Original post on mstdn.social

Aplicable a cualquier distro de #linux con #Flatpak

Hoy me he encontrado el siguiente problema en Opensuse. Ejecutando la terminal de #VSCodium instalada como flatpak no podía ejecutar la aplicación #quarto instalada en local en el usuario (digamos que en ~/opt/bin/quarto)

Intenté algunas […]

0 1 1 0
Preview
How to replicate the ISE experience in Visual Studio Code - PowerShell How to replicate the ISE experience in Visual Studio Code

** How to make VSCod/e/ium look like the ISE **
Now finally one can code posh in Codium properly ☺️

#powershell #vscode #vscodium

2 0 0 0
Post image

💻 Deep in code, zero context switching... finally possible?
The new free #VSCode and #VSCodium extension lets you:
⏱️ Start/stop timers from status bar
⏱️ #TimeTracking without leaving your IDE
⏱️ Never forget billable hours

Try free now 👇🔗

1 0 1 0
Preview
Visual Studio Code is designed to fracture A couple of moments ago, I finished reading the article by Rob O'Leary about the pervasive data collection done by Visual Studio Code. Now that I'm no longer an employee at Gitpod, I'm finally able to...

Visual Studio Code #vscode is Designed to Fracture

ghuntley.com/fracture/

i am #investigating all the new #neovim setups out there on #codeberg, #GitLab, #GitHub.

have been using #vscodium for a few years, but still too much #Microsoft in there. #safety concerns about #extension #telemetry.

2 0 1 0
Original post on hachyderm.io

Nice! Looking forward to testing this out

I've been looking for something to use instead of VSCodium since Microsoft is becoming more hostile to it, and the lack of debugger was the main thing holding me back on Zed

https://zed.dev/blog/debugger

#Zed #VSCode #VSCodium #TextEditor #Programming […]

1 0 1 0

So... #VSCodium + #Continue from #ollama ? Let's try this one 😅 😂

0 0 0 0

Ok, I am absolutely loving VSCodium's ( #VSCode without invasive AI or telemetry) built-in #git handling! It makes seeing affected files and performing commits so nice! It's not a full blown git explorer, but for just getting shit done it's essentially perfect

#NodeJS #ExpressJS #VSCodium

2 0 0 0

4/12 OpenVSX outage hit VS Code forks. @fr4nkr: "VSC is not really 'open source' in any meaningful sense...unusable if you don't do things the way Microsoft wants." 😬 #OpenSource #VSCodium #Microsoft

1 0 1 0