Hacker News new | ask | show | jobs
by CrazyPyroLinux 1788 days ago
I've found VSCode and dotnet 5/core be amazingly liberating from the the slow bloated mess that is Visual Studio and the old .NET Framework. This is the way it should have always been, but I'm happy we finally got here.
4 comments

VSCode has plenty of MS telemetry, and some plugins do too. VSCodium refers to some of the issues removing telemetry here: https://github.com/VSCodium/vscodium/blob/master/DOCS.md#get...

https://adtmag.com/articles/2021/04/21/vscodium-strips-msft-...

This.

No more need for VS really or any other proprietary bloatware.

First thing I do on new machine is `choco install vscode` then it synces my extensions and I am ready to roll. As extra benefit `code` is usable ASAP in CLI and I can pipe anything to it.

Yea VSCode is my daily driver as IDE/Code-editor after years of living on GeAny ! Solid product VSCode !
Do razor components work in vscode? Like w/ breakpoints and such?