From b3d6d0690bfa086b02236774737b33766ced7829 Mon Sep 17 00:00:00 2001 From: dawe Date: Mon, 22 Jul 2024 10:30:46 +0200 Subject: [PATCH] Update overview.md to link to renamed package --- overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.md b/overview.md index fba0c04..e5c811c 100644 --- a/overview.md +++ b/overview.md @@ -224,4 +224,4 @@ This diagram summarizes the sequence of request and events for a hypothetical de To simplify the implementation of debug adapters, there are libraries or SDKs: -- *Debug Adapter SDKs* for the different implementation languages there is an SDK to implement a debug adapter in a particular language. For example, to implement a debug adapter using Node.js there is the [debug adapter npm module](https://www.npmjs.com/package/vscode-debugadapter). +- *Debug Adapter SDKs* for the different implementation languages there is an SDK to implement a debug adapter in a particular language. For example, to implement a debug adapter using Node.js there is the [debug adapter npm module](https://www.npmjs.com/package/@vscode/debugadapter).