Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/userguide/runningcode.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Running Code

The Julia extension provides a number of different ways to run your Julia code. This section describes all these options, except how to run code in the debugger, which is covered in a separate part of the documentation.
The Julia extension provides a number of different ways to run your Julia code. This section describes all these options, except how to run code in the debugger,found here [documentation](https://www.julia-vscode.org/docs/stable/userguide/debugging/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link is not preferred because it always points stable docs. This can be resolved with @id and @ref. See Documenter.jl document for more information.


## Running a Julia file

Expand Down