thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

HTTP Header variables loose color highlight switching between raw and normal view

Open mrmaramreddy opened this issue 2 years ago • 1 comments

Describe the bug HTTP Header variables loose color highlight switching between raw and normal view

To Reproduce Selects the Request Headers tab Add any header with a variable which is in env variable. For example: {{testVar}}, notice {{testVar}} turns green color indicating this variable is recognized. Save the changes Select the "Raw" checkbox. Unselect "Raw" checkbox Notice the {{testVar}} green color is removed as if the it did not recognize the variable.

Also, I am not able to perform undo (cmd+z), redo (cmd+shift+z) operations in raw view.

Expected behavior

  1. Header variables should retain color highlighting switching between raw and normal view.
  2. Should be able to perform undo, redo operations in raw view.

Platform:

  • OS: Mac 14.1.1
  • vscode version: 1.84.2
  • extension version: v2.16.0

Are you using the free version/paid version/trial: Free

mrmaramreddy avatar Nov 22 '23 12:11 mrmaramreddy

Thanks @mrmaramreddy for reporting the bug, Will verify and fix it asap.

rangav avatar Nov 22 '23 15:11 rangav