mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 01:03:31 +02:00
Fix file links in VS Code
This commit is contained in:
+2
-2
@@ -233,7 +233,7 @@ impl<'a> WatchState<'a> {
|
||||
stdout.write_all(b"\n")?;
|
||||
|
||||
if let DoneStatus::DoneWithSolution(solution_path) = &self.done_status {
|
||||
solution_link_line(stdout, solution_path)?;
|
||||
solution_link_line(stdout, solution_path, self.app_state.emit_file_links())?;
|
||||
}
|
||||
|
||||
stdout.write_all(
|
||||
@@ -252,7 +252,7 @@ impl<'a> WatchState<'a> {
|
||||
stdout.write_all(b"\nCurrent exercise: ")?;
|
||||
self.app_state
|
||||
.current_exercise()
|
||||
.terminal_file_link(stdout)?;
|
||||
.terminal_file_link(stdout, self.app_state.emit_file_links())?;
|
||||
stdout.write_all(b"\n\n")?;
|
||||
|
||||
self.show_prompt(stdout)?;
|
||||
|
||||
Reference in New Issue
Block a user