Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrmaramreddy opened this issue Nov 22, 2023 · 1 comment
Labels
bug Something isn't working Priority Implement this asap

Comments

@mrmaramreddy
Copy link

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 mrmaramreddy added the bug Something isn't working label Nov 22, 2023
@rangav
Copy link
Collaborator

rangav commented Nov 22, 2023

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

@rangav rangav added the Priority Implement this asap label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority Implement this asap
Projects
None yet
Development

No branches or pull requests

2 participants