Skip to content

Commit

Permalink
Update clients that support debugging (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem-J-an authored Mar 27, 2024
1 parent 5ad99ba commit fed92a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fed92a8

Please sign in to comment.