[Console] Improve handling of invalid requests #193582
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Console
Dev Tools Console Feature
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Currently, when a request is invalid, the parser only contains information about the start of the request and the logic in
requests_utils.ts
(see this line) computes the line number where the invalid request should end. When there are comments following an invalid request, they are highlighted together with the request because the end line is detected incorrectly.Screenshot
The text was updated successfully, but these errors were encountered: