We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the code:
```ts /Hello/4 const x: string = 'Hello world'; let y = 'Hello mama'; console.log(x + ' ' + y); // Hello world Hello mama ```
Expected result - Should highlight the second Hello at last line Actual result - Doesn't highlight the second Hello at last line
Hello
When I change the number from 4 to 3 it works perfectly
4
3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is the code:
Expected result - Should highlight the second
Hello
at last lineActual result - Doesn't highlight the second
Hello
at last lineWhen I change the number from
4
to3
it works perfectlyThe text was updated successfully, but these errors were encountered: