JeremyYao commented on issue #1015:
URL:
https://github.com/apache/daffodil-vscode/issues/1015#issuecomment-2770653590
Another interesting point: Doing 8 searches consecutively doesn't result in
highlighting being gone. It's only when you start performing the 8 consecutive
searches that the highlighting will be gone.
If you compare the values for doing 8 consecutive searches first (no
highlighting gone) and then do 8 consecutive replaces (highlighting gone). The
JSON value for
```TypeScript
const result = await modifyViewport(
viewportId,
startOffset,
VIEWPORT_CAPACITY_MAX
)
```
is identical. This further points to the issue potentially being a front-end
one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]