Write proc-macro server spawn errors to the status text

This commit is contained in:
Lukas Wirth 2023-07-30 14:35:20 +02:00
parent f442c4aad6
commit bd6ec06237
2 changed files with 6 additions and 1 deletions

View file

@ -449,7 +449,7 @@ export class Ctx {
return;
}
if (statusBar.tooltip.value) {
statusBar.tooltip.appendText("\n\n");
statusBar.tooltip.appendMarkdown("\n\n---\n\n");
}
statusBar.tooltip.appendMarkdown("\n\n[Open logs](command:rust-analyzer.openLogs)");
statusBar.tooltip.appendMarkdown(