File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ general debugging techniques.
1313
1414The recommended way to debug MethodScript is with the official VS Code extension.
1515It 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)],
1717including:
1818
1919* Breakpoints (line and conditional)
@@ -25,7 +25,7 @@ including:
2525=== Installation ===
2626
2727Install 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]
2929from the VS Code Marketplace by searching for
3030"MethodScript" in the Extensions panel, or install it from the command line:
3131
You can’t perform that action at this time.
0 commit comments