We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad99ba commit fed92a8Copy full SHA for fed92a8
README.md
@@ -126,7 +126,10 @@ If you want to take advantage of debugging,
126
your client must support the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/).
127
Your client should use the path to the debug named pipe found in the `session.json` file talked about above.
128
129
-Currently, only the Visual Studio Code extension supports debugging.
+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)
133
134
## API Usage
135
0 commit comments