What is the current behavior?
Text that's recognised as a line ID is affected by the user's dimming/hiding settings, even if it's inside a comment.
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
- In the Yarn Spinner extension settings, set Line Tags: Display in Editor to 'dimmed' or 'hidden'.
- Create a Yarn script that includes the following comments:
// Tom: Uh.. hello? #line:tutorial-tom-01 // tentative
// Tom: Is anyone there? #line:tutorial-tom-02
- Observe that the text
#line:tutorial-tom-01 and #line:tutorial-tom-02 is dimmed or hidden.
What is the expected behavior?
Dimming and hiding line IDs should only apply in un-commented code.
Please tell us about your environment
- Operating System: macOS 15.7.3 (24G419)
- Yarn Spinner Version: N/A
- Extension Version: 3.2.184
What is the current behavior?
Text that's recognised as a line ID is affected by the user's dimming/hiding settings, even if it's inside a comment.
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
#line:tutorial-tom-01and#line:tutorial-tom-02is dimmed or hidden.What is the expected behavior?
Dimming and hiding line IDs should only apply in un-commented code.
Please tell us about your environment