Skip to content

Commit

Permalink
docs: Fix links to Typescript code
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape authored and tgodzik committed Apr 19, 2024
1 parent b94b33d commit afdf37d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/integrations/debug-adapter-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,10 @@ your own without DAP.
No matter which method you use, you still need to connect the debug adapter
extension specific to you editor using the aforementioned URI and let it drive
the run/debug session. For reference, take a look at the
[vscode implementation](https://github.com/scalameta/metals-vscode/blob/master/src/scalaDebugger.ts)
[vscode implementation](https://github.com/scalameta/metals-vscode/blob/main/packages/metals-vscode/src/debugger/scalaDebugger.ts)

and how it is
[wired up together](https://github.com/scalameta/metals-vscode/blob/master/src/extension.ts#L356)
[wired up together](https://github.com/scalameta/metals-vscode/blob/main/packages/metals-vscode/src/extension.ts)

## Supported Testing Frameworks

Expand Down

0 comments on commit afdf37d

Please sign in to comment.