From 630ca2d2fa61c8ac53ce7d4c2a359876b38b92eb Mon Sep 17 00:00:00 2001 From: Farreeda <94711213+Farreeda@users.noreply.github.com> Date: Thu, 9 Mar 2023 23:14:28 +0200 Subject: [PATCH] Adding URL of debugger mode Easier --- docs/src/userguide/runningcode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/userguide/runningcode.md b/docs/src/userguide/runningcode.md index 8c5aa66..33b7712 100644 --- a/docs/src/userguide/runningcode.md +++ b/docs/src/userguide/runningcode.md @@ -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/). ## Running a Julia file