You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -287,14 +287,14 @@ your logs for any sensitive information you would not like to share online!**
287
287
288
288
#### Provide Language Server Protocol payload logs
289
289
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).
291
291
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:
293
293
294
294
* Add the following setting to your settings file:
0 commit comments