Skip to content

Commit fed92a8

Browse files
authored
Update clients that support debugging (#2151)
1 parent 5ad99ba commit fed92a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ If you want to take advantage of debugging,
126126
your client must support the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/).
127127
Your client should use the path to the debug named pipe found in the `session.json` file talked about above.
128128

129-
Currently, only the Visual Studio Code extension supports debugging.
129+
The debugging functionality in PowerShell Editor Services is available in the following editor extensions:
130+
131+
- [PowerShell for Visual Studio Code](https://github.com/PowerShell/vscode-powershell)
132+
- [nvim-dap-powershell for Neovim](https://github.com/Willem-J-an/nvim-dap-powershell)
130133

131134
## API Usage
132135

0 commit comments

Comments
 (0)