Actually i am new in blazor technologies. When I Open my project in vs code it gives error that is mentioned below.
Any one can guide me how to open existing blazor project i.e .net framework in Vs code. Thanks in advance
There is currently no language service for VS code, so it's advisable to just use the regular VS with the Blazor language extension that gives you the best experience.
That said, if you install the C# extension and the Razor+ extension in VS code, you are able to open Blazor projects in VS Code.