mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Write proc-macro server spawn errors to the status text
This commit is contained in:
parent
f442c4aad6
commit
bd6ec06237
2 changed files with 6 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue