Fix file links in VS Code

This commit is contained in:
mo8it
2025-08-21 23:15:48 +02:00
parent a712e484d0
commit 2d1d531550
7 changed files with 57 additions and 42 deletions
+1 -1
View File
@@ -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);