|
|
|
|
|
by wnsire
2934 days ago
|
|
> That to me is what DotNet Core DotNet Core debugger is proprietary . You can only debug apps within Microsoft environment according to their license. Same thing for most of the azure tools , you are only allowed to use them within Visual Studio. I don't really called that "all in open source" . It's gimmick to give C# devs the illusion of a choice. Try to build , run & deploy a C# app on AWS with Atom. You're gonna have a bad time. |
|
And regarding your claim, you can do all of that, even with Vim if you want. You just have to build some scaffolding.
After all, they can't be expected to implementing everything for everyone. More than that, they were actually nice and created LSP (https://langserver.org/) and now they're thinking about a Debug Adapter Protocol (https://github.com/Microsoft/vscode-debugadapter-node/issues...) that would do the same thing for debugging.