mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 02:34:37 +01:00
Add Warning text since we don't ship Codicon icons (#1825)
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ function handleSolutionUpdate(message: Message) {
|
||||
.map((solution, index) => {
|
||||
const renderedCitation = solution.citation
|
||||
? `<p>
|
||||
<span class="codicon codicon-warning" style="vertical-align: text-bottom" aria-hidden="true"></span>
|
||||
<span style="vertical-align: text-bottom" aria-hidden="true">Warning</span>
|
||||
${DOMPurify.sanitize(solution.citation.message)}
|
||||
<a href="${DOMPurify.sanitize(solution.citation.url)}" target="_blank">Inspect source code</a>
|
||||
</p>`
|
||||
|
||||
Reference in New Issue
Block a user