Skip to content

Commit 8c14580

Browse files
committed
📄 Update Docs and instructions
1 parent dcf019d commit 8c14580

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/troubleshooting.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,14 @@ your logs for any sensitive information you would not like to share online!**
287287

288288
#### Provide Language Server Protocol payload logs
289289

290-
The extension works mostly from exchanging messages with [PowerShell Editor Services][].
290+
A lot of the features of the PowerShell extension actually come from Visual Studio Code directly interacting with the [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) process via a [Language Server Protocol client](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#logging-support-for-language-server).
291291
In some cases, getting to the bottom of a bug will require looking at the payloads of
292-
these messages. To do this:
292+
these messages. To enable viewing these messages:
293293

294294
* Add the following setting to your settings file:
295295

296296
```json
297-
"powershell editor services.trace.server":"verbose"
297+
"powershell.trace.server":"verbose"
298298
```
299299

300300
> While VS Code will not recognize and highlight it, it is a valid option and enables
@@ -305,7 +305,7 @@ these messages. To do this:
305305
* Go into the "Output" panel (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>U</kbd> or
306306
<kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>U</kbd>).
307307

308-
* In the drop down on the right, select "PowerShell Editor Services".
308+
* In the drop down on the right, select "PowerShell Editor Services Client".
309309

310310
* Copy the entire contents of the Output panel and paste it into the GitHub issue in the
311311
browser. At this point, you may delete the setting if you want.

0 commit comments

Comments
 (0)