Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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