From 9956fde326479017ad987e3581cf9f695daf0e2c Mon Sep 17 00:00:00 2001 From: Willem-J-an <51120533+Willem-J-an@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:29:24 +0100 Subject: [PATCH] Update clients that support debugging --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb672b7f9..614f81096 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,10 @@ If you want to take advantage of debugging, your client must support the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/). Your client should use the path to the debug named pipe found in the `session.json` file talked about above. -Currently, only the Visual Studio Code extension supports debugging. +The debugging functionality in PowerShell Editor Services is available in the following editor extensions: + +- [PowerShell for Visual Studio Code](https://github.com/PowerShell/vscode-powershell) +- [nvim-dap-powershell for Neovim](https://github.com/Willem-J-an/nvim-dap-powershell) ## API Usage