Skip to content

Commit 06ccfdd

Browse files
committed
Fix Debugger links
1 parent 730f316 commit 06ccfdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/docs/Debugging

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ general debugging techniques.
1313

1414
The recommended way to debug MethodScript is with the official VS Code extension.
1515
It provides a full-featured debugging experience using the
16-
[[https://microsoft.github.io/debug-adapter-protocol/|Debug Adapter Protocol (DAP)]],
16+
[https://microsoft.github.io/debug-adapter-protocol/ Debug Adapter Protocol (DAP)],
1717
including:
1818

1919
* Breakpoints (line and conditional)
@@ -25,7 +25,7 @@ including:
2525
=== Installation ===
2626

2727
Install the
28-
[[https://marketplace.visualstudio.com/items?itemName=MethodScriptVSC.methodscriptvsc|MethodScript VS Code extension]]
28+
[https://marketplace.visualstudio.com/items?itemName=MethodScriptVSC.methodscriptvsc MethodScript VS Code extension]
2929
from the VS Code Marketplace by searching for
3030
"MethodScript" in the Extensions panel, or install it from the command line:
3131

0 commit comments

Comments
 (0)