We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17055aa commit 8214170Copy full SHA for 8214170
editors/code/src/ctx.ts
@@ -446,7 +446,7 @@ export class Ctx implements RustAnalyzerExtensionApi {
446
return;
447
}
448
if (status.message) {
449
- statusBar.tooltip.appendText(status.message);
+ statusBar.tooltip.appendMarkdown(status.message);
450
451
if (statusBar.tooltip.value) {
452
statusBar.tooltip.appendMarkdown("\n\n---\n\n");
0 commit comments