File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,10 @@ If you want to take advantage of debugging,
126
126
your client must support the [ Debug Adapter Protocol] ( https://microsoft.github.io/debug-adapter-protocol/ ) .
127
127
Your client should use the path to the debug named pipe found in the ` session.json ` file talked about above.
128
128
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 )
130
133
131
134
## API Usage
132
135
You can’t perform that action at this time.
0 commit comments