mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 09:13:30 +02:00
Fix file links in VS Code
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ fn main() -> Result<ExitCode> {
|
||||
}
|
||||
app_state
|
||||
.current_exercise()
|
||||
.terminal_file_link(&mut stdout)?;
|
||||
.terminal_file_link(&mut stdout, app_state.emit_file_links())?;
|
||||
stdout.write_all(b"\n")?;
|
||||
|
||||
return Ok(ExitCode::FAILURE);
|
||||
|
||||
Reference in New Issue
Block a user