It would be great to have a configuration option for disabling/hiding the codelens/links, eg: variable references, the "Send Request" link, etc. I particularly find them annoying, so I like to disable them wherever possible.
@ccidral @xtuer I have implemented this feature by adding two new settings to control Send Request and Variable References codelens with rest-client.enableSendRequestCodeLens and rest-client.enableCustomVariableReferencesCodeLens. And I will publish this feature in next release.
@Huachao This is awesome, thank you so much!
Most helpful comment
@ccidral @xtuer I have implemented this feature by adding two new settings to control Send Request and Variable References codelens with
rest-client.enableSendRequestCodeLensandrest-client.enableCustomVariableReferencesCodeLens. And I will publish this feature in next release.