From fc1ead13120fbe1cf3cd015a0e389dfc2dc26f9a Mon Sep 17 00:00:00 2001 From: David Richey Date: Mon, 27 Jan 2025 14:20:05 -0600 Subject: [PATCH] Show status bar in RA output --- editors/code/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editors/code/package.json b/editors/code/package.json index f148041ac3eb..57f4254b6899 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -501,6 +501,10 @@ }, { "pattern": "**/Cargo.lock" + }, + { + "scheme": "output", + "pattern": "extension-output-rust-lang.rust-analyzer*" } ] }