-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable test codelens when devkit is enabled #69119
Conversation
Seems like it needs client-side change? |
@Cosifne It does not here. We already know if devkit is running when we start the server |
@dibarbet Can you link to the issue this is fixing? |
src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/ServerConfigurationFactory.cs
Outdated
Show resolved
Hide resolved
I don't have a specific issue other than the overal 'run tests' issue here - dotnet/vscode-csharp#5719 . This is just a bug I noticed when I was integrating the server bits with the client side changes. Essentially we should only be providing the run/debug test codelens and commands when devkit is not running (since otherwise devkit is responsible for all test functionality). |
No description provided.