dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.88k stars 676 forks source link

Increase server start timeout #7788

Closed dibarbet closed 2 weeks ago

dibarbet commented 2 weeks ago

I've seen a couple reports of people hitting a timeout during startup, but eventually works.

The logs show 30seconds between starting and timing out, but the server eventually connects ~10 seconds later.

I see no reason to keep the timeout this low - if the server fails to start (process exits) we reject the promise ahead of time