-
Notifications
You must be signed in to change notification settings - Fork 735
Description
I started visual studio code to create a .NET project with
Setup --
.NET 7 (Latest)
C# extension (Latest)
Visual studio Code (Latest)
Then I created WebApi application using "dotnet new webapi -n nameing" command and it worked fine.
When I try to generate required assets folder by using the command ".NET>Generate required assets"
It throws and error which said "Unable to generate the assets because the omnisharp server is not running.".
I search for it and used multiple methods like--
1-running the "Omnisharp>Restart" command
2-re-install everything includes C#,.NET even VS code
3-Extend the omnisharp server load time till 1000
4-Created a solution of dotnet and set the target omnisharp server path for it
But nothing worked for me and still I'm facing the same issue "The Omnisharp server not running."
Even if it is visual in the Task manager.
I'm attaching some images of the same scenario which I'm facing
If somebody require some more detail about this issue pls raise a comment .



