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
When the Navigation pane on the left gets used, the editor jumps and highlights the line according to the JSON format even if the document format is YAML.
How to Reproduce
Open the "MQTT" template in Studio (have at least Navigation and Editor panes open)
Click on "LIGHTINGMEASURED" channel in Navigation pane -> editor jumps to and highlights a line in the editor that doesn't match with "lightingMeasured"
Note the line number
Convert the document to JSON
Check the line with the previously noted line number -> it matches with "lightingMeasured"
Expected behavior
Clicking on an element in the Navigation pane makes the editor jump to and highlight the line in which the element is defined, respecting the current document format.
The text was updated successfully, but these errors were encountered:
Describe the bug
When the Navigation pane on the left gets used, the editor jumps and highlights the line according to the JSON format even if the document format is YAML.
How to Reproduce
Expected behavior
Clicking on an element in the Navigation pane makes the editor jump to and highlight the line in which the element is defined, respecting the current document format.
The text was updated successfully, but these errors were encountered: