Skip to content

Commit 81ce79e

Browse files
Improve progress bar docstring with VS Code setup link
Added reference to progress bar setup documentation in the Progress Monitoring section of the solve() docstring. This addresses issue #1198 where users need to know how to properly set up progress bars in VS Code and other environments when using progress=true. The link points to the specific section in the SciML documentation that explains how to use ProgressLogging.jl with VS Code and other environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0a7882a commit 81ce79e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ explanations of the timestepping algorithms, see the
489489
### Progress Monitoring
490490
491491
These arguments control the usage of the progressbar in ProgressLogging.jl compatible environments.
492+
For information on setting up progress bars in VS Code and other environments, see the
493+
[progress bar documentation](https://docs.sciml.ai/DiffEqDocs/stable/features/progress_bar/#Using-Progress-Bars-with-VS-Code).
492494
493495
* `progress`: Turns on/off the Juno progressbar. Default is false.
494496
* `progress_steps`: Numbers of steps between updates of the progress bar.

0 commit comments

Comments
 (0)