You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gopls
implements various code lenses golang/go#36787and
run test
, ... are one of those already available. They are currently disabled due toconflicts 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.
The text was updated successfully, but these errors were encountered: