-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add a way to customize the visibility of 'run' and 'debug' CodeLens #374
Comments
@ThadHouse Is it possible to share a sample project to us? We would like to see why codelens is not working. |
I just did in the PR. I have some weird setups where the arguments and inputs needed for the tests to run change every build, and its hard to reproduce those. But the sample I posted gets close. |
Hi @ThadHouse, Sorry that we did some refactoring these days causing the conflicts in the PR. It will be great if you would like to resolve them. |
I will tomorrow. |
I have a build where if you just attempt to run any test functions, it fails to start, because I have some native dependencies that need to be configured. I am providing this build to a large amount of users, and it is confusing our users, as those buttons do not work, and they throw very confusing errors. Could a property be added to disable these buttons from showing up?
PR is #373
There was the same issue for the debug extension that was accepted.
microsoft/vscode-java-debug#464
The text was updated successfully, but these errors were encountered: