Closed
Description
Describe the bug
The alert of a message containing a placeholder without location information does not render the text.
Version
The CodeQL and VS Code version in which the bug occurs.
CodeQL extension version: 1.5.3 CodeQL CLI version: 2.3.4 Platform: darwin x64
To reproduce
Create a message with a placeholder that is replaced by an element that has no location information and a string text describtion.
select e, "Some $@", e, "element"
where e
has no location.
Expected behavior
The message with the placeholder being replaced by the provided text (not rendered as an URL).
Additional context
Add any other context about the problem here.