AnWeber / vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac
MIT License
222 stars 20 forks source link

How to remove the border of the current area block? #196

Closed Faputa closed 1 year ago

Faputa commented 1 year ago

It is a great plugin, but I would like to remove the border as it looks ugly.

image

Faputa commented 1 year ago

Alternatively, I believe that indicating the current scope of the request in the editor by using a vertical line on the far left would suffice.

image

AnWeber commented 1 year ago

set httpyac.useDecorationProvider to false

AnWeber commented 1 year ago

I will not change anything in the current state at the moment. I like your suggestion, but I also like the approach where I imitate the cells from vscode notebook. The easiest way is to deactivate the decorations with httpyac.useDecorationProvider=false in the settings. Alternatively, it is also possible to customize the decorations by passing your own configuration for the httpyac.decorationActiveRegion and httpyac.decorationInactiveRegion settings (see VSCode DecorationOptions).