When did they add that? Last time I used it, it was still based on xterm.js.
Also, technically Chromium/Blink has GPU rendering built in for web pages, so everything could run on GPU.
> GPU acceleration driven by the WebGL renderer is enabled in the terminal by default. This helps the terminal work faster and display at a high FPS by significantly reducing the time the CPU spends rendering each frame
https://code.visualstudio.com/docs/terminal/appearance#_gpu-...
My experience with VS Code is that it has no perceptible lag, except maybe 500ms on startup. I don't doubt people experience this, but I think it comes down to which extensions you enable, and many people enable lots of heavy language extensions of questionable quality. I also use Visual Studio for Windows builds on C++ projects, and it is pretty jank by comparison, both in terms of UI design and resource usage.
I just opened up a relatively small project (my blog repo, which has 175 MB of static content) in both editors and here's the cold start memory usage without opening any files:
- Visual Studio Code: 589.4 MB
- Visual Studio 2022: 732.6 MB
update:
I see a lot of love for Jetbrains in this thread, so I also tried the same test in Android Studio: 1.69 GB!
This is because of the lack of Widevine CDM, and the majority of people wanting to stream stuff using services like Tidal, Netflix and Spotify.
They will also want to use a single browser for everything, which in practice means Edge, Chrome, Firefox or Safari.
Ladybird will very likely not have access to Widevine, because of the cost, requirements, and Google as gatekeeper. Some developers of small opensource Chromium/Electron based browsers also earlier tried and Google simply said no.
And even if they have reverse engineered the CDM extension (which will make Widevine work, not unlike a small hack/workaround with regard to Chromium and Chromium forks) it will not work because all browsers using Widevine on those two platforms require something called VMP (Verified Media Path) which is, as far as I understand, a certificate and verification library supplied by Widevine embedded within the browser.
Without VMP embedded in the browser streaming from popular commercial providers such as Netflix will not work on Windows and MacOS, even when the Widevine extension is in fact active.
Believe me, I checked.
IMO all of this is not only set in motion to (try to) protect from piracy, but also to kill any serious competition from small parties like LadyBird, and to keep the browser market firmly in the hands of the likes of Microsoft, Apple and Google. Because who will use a browser in 2025 unable to stream content, or without hacks at 720p maximum? (looking at you, Brave and Netflix)
This also means that browsers like Brave, Vivaldi and Firefox are in fact not true opensource browsers because their respective public repositories do not contain the assets needed for VMP signing.
On another note, at this moment the majority of people should be glad that browsers with corporate backing and enough income like Brave (whatever you might think of Brendan Eich's ideas), Vivaldi and Firefox exist because without them you would have no serious choice on Windows or MacOS at all.