Vscode-restclient: Option to disable codelens/links

Created on 19 Nov 2018  路  2Comments  路  Source: Huachao/vscode-restclient

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.

enhancement

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.enableSendRequestCodeLens and rest-client.enableCustomVariableReferencesCodeLens. And I will publish this feature in next release.

All 2 comments

@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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ben-foster-cko picture ben-foster-cko  路  19Comments

agjs picture agjs  路  31Comments

Odonno picture Odonno  路  22Comments

symbioticKid picture symbioticKid  路  28Comments

codepunkt picture codepunkt  路  29Comments