Yeah, web apps are like that, that’s why I’m dropping them (alongside with Electron apps) as soon as possible. Currently in the process of writing a DAP plugin for KATE, so I can have a nice GUI debugger on Linux without having to use VSlop Code.
Yeah, web apps are like that, that’s why I’m dropping them (alongside with Electron apps) as soon as possible. Currently in the process of writing a DAP plugin for KATE, so I can have a nice GUI debugger on Linux without having to use VSlop Code.
ftbd@feddit.org 3 days ago
What’s wrong with VSCode? There’s an open source version (codium) which works just as well for me.
ZILtoid1991@lemmy.world 3 days ago
Tried it, still has the pitfalls of many Electron apps.
farting_gorilla@lemmy.world 3 days ago
I’m also using codium, can you say what the problems with electron apps are? Other than some dependency issues I ran into (but I was on Arch so it was probably my fault), I don’t know about problems with electron.
ZILtoid1991@lemmy.world 3 days ago
Electron apps consume a lot of RAM and CPU clockcycles relative to native apps. Less annoying on a fast desktop PC, but moreso on a laptop, especially less powerful ones.