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.
2 parents 257a15b + 24703ac commit 41c56c8Copy full SHA for 41c56c8
crates/ra_lsp_server/src/main.rs
@@ -6,8 +6,7 @@ use ra_lsp_server::{Result, InitializationOptions};
6
use ra_prof;
7
8
fn main() -> Result<()> {
9
- // re-enable and verify on windows after #1400
10
- // std::env::set_var("RUST_BACKTRACE", "short");
+ std::env::set_var("RUST_BACKTRACE", "short");
11
let logger = Logger::with_env_or_str("error").duplicate_to_stderr(Duplicate::All);
12
match std::env::var("RA_LOG_DIR") {
13
Ok(ref v) if v == "1" => logger.log_to_file().directory("log").start()?,
0 commit comments