Comment on Which software do you mostly use for programming, and why?
colonial@lemmy.world 1 year ago
Mostly just Visual Studio Code, alongside the usual constellation of Git + assorted language toolchains.
It’s plug and play at every level - no need to waste hours fucking around with an Emacs or (Neo)Vim configuration just to get a decent development environment set up.
(And yes, I would use Codium, but the remote containers extension is simply too good.)
FrameXX@discuss.tchncs.de 1 year ago
You can download any visual studio code extension from the visual studio extensions marketplace as far as my experience goes. There’s a “download extension” link for every extension which will give you a
*.vsix
file. Only pity is that you won’t get any automatic updates for the extension.colonial@lemmy.world 1 year ago
Unfortunately, it’s not that simple. The Remote* extensions rely on the (proprietary) VSCode server, and nobody has managed to hack it to work with e.g. Codium.
FrameXX@discuss.tchncs.de 1 year ago
Ouch! Thank you for noting.
vox@sopuli.xyz 1 year ago
it relies on a proprietary blob + product.json config from proprietary vscode builds
JackbyDev@programming.dev 1 year ago
Not all extensions work. The pylance one didn’t.