How has Microsoft ditched VS for VSCode? VS is lightyears ahead in features and performance.
The two are not even remotely comparable. VSCode is a text editor that wants to be an IDE, but if you work with C++ or .NET you're shooting yourself in the foot if you use VSCode.
VSCode is not a serious alternative to VS or other IDE's like JetBrains Rider.
Exactly. Even if you do C++ development using VSCode on Windows, likely you are still relying on MSVC compiler for the Intellisense (and of course compiling). And people who mainly write JavaScript/Java/Python/Go etc have never used Visual Studio for development and never will be. VSCode didn't replace VS, they replaced Notepad++/Sublime Text/Atom/Eclipse etc, plus Intellij based IDEs for some people.
How has Microsoft ditched VS for VSCode? VS is lightyears ahead in features and performance.
The two are not even remotely comparable. VSCode is a text editor that wants to be an IDE, but if you work with C++ or .NET you're shooting yourself in the foot if you use VSCode.
VSCode is not a serious alternative to VS or other IDE's like JetBrains Rider.