vscode-csharp-snippets
vscode-csharp-snippets copied to clipboard
Problem of incompatibility in this extension and Microsoft C# extension
As the title states, there is a problem with this extension: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp
It appears that some snippets given by this extension along with .NET installed on my computer.
For example in a non initialized environment by running dotnet new (....)
This is what appears


sometimes there are snippets sometimes there are none.
However, when disabling or uninstalling this C# Snippets extension and keeping C# Microsoft extension the issue goes away and all the snippets appear when running dotnet... There also seems to be about a 2-5 minutes gap upon installation or after uninstallation when the snippets error occurs.
Thank you @Pomid0rchik
I am going to investigate to know if I can do something or fix it.
The problem here seems a conflict between both extensions.
In my opinion, the C# Microsoft extension is too big and try to cover a lot of things. Is not the first time that broke or corrupt other extension by the complexity of it.
My scope here is the C# Snippets Extension, not the other one. Anyway, as I said, I am going to investigate the conflict and fix the problem if is on my hands.
Thanks for the information. Is very helpful.