Skip to content
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

code lens: migrate test code lenses to use gopls-based code lens #654

Open
hyangah opened this issue Sep 17, 2020 · 0 comments
Open

code lens: migrate test code lenses to use gopls-based code lens #654

hyangah opened this issue Sep 17, 2020 · 0 comments
Labels
gopls gopls related issues

Comments

@hyangah
Copy link
Contributor

hyangah commented Sep 17, 2020

gopls implements various code lenses golang/go#36787
and run test, ... are one of those already available. They are currently disabled due to
conflicts with our own code lenses which offer better integration at this moment.

@mcjcloud implemented a logic to intercept gopls codelenses and swap their commands
with the extension's native commands. Start to use the feature.
That allows us to utilize gopls to determine the right place to place those code lenses,
and avoid issues like #482.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls gopls related issues
Projects
None yet
Development

No branches or pull requests

1 participant