Fix status bar messagen not being marked markdown
This commit is contained in:
parent
5087af2bf5
commit
3e02349076
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ export class Ctx implements RustAnalyzerExtensionApi {
|
|||
return;
|
||||
}
|
||||
if (status.message) {
|
||||
statusBar.tooltip.appendText(status.message);
|
||||
statusBar.tooltip.appendMarkdown(status.message);
|
||||
}
|
||||
if (statusBar.tooltip.value) {
|
||||
statusBar.tooltip.appendMarkdown("\n\n---\n\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue