You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.87.1
OS Version: Windows 10 Pro 22H2 64-bit
Steps to Reproduce:
Create a .md file with the following contents:
```http
HTTP/1.1 200 OK
Content-Type: application/json
{
"ab": "a for abc abc a"
}
```
Open the preview of the the file and it will render the JSON strings as italic green (i assume comment-style).
Add a space between f and or in the word for in the body causes the rendering of the JSON to return to normal.
This seems to affect the entire body when the bug triggers causing all JSON strings to turn italic green unless you find the offending part of the JSON.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
.md
file with the following contents:Open the preview of the the file and it will render the JSON strings as italic green (i assume comment-style).

Add a space between

f
andor
in the wordfor
in the body causes the rendering of the JSON to return to normal.This seems to affect the entire body when the bug triggers causing all JSON strings to turn italic green unless you find the offending part of the JSON.
The text was updated successfully, but these errors were encountered: