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
After you have captured the issue with the log level turned up,
153
148
you may want to return it (since verbose logging can use disk space):
154
149
@@ -185,6 +180,33 @@ Logs provide context for what was happening when the issue occurred.
185
180
vscode-powershell@microsoft.com. Please still open an issue though
186
181
so we can track the work — other users may have the same issue.
187
182
183
+
#### Provide Language Server Protocol payload logs
184
+
185
+
> NOTE: This currently only applies to the PowerShell Preview extension and only if you have version
186
+
> 2019.11.0 or higher.
187
+
188
+
The PowerShell extension works mostly from sending and receiving messages from [PowerShell Editor Services](httos://github.com/PowerShell/PowerShellEditorServices).
189
+
In some cases, getting to the bottom of a bug will require looking at the payloads of these messages. To do this:
190
+
191
+
- Add the following setting to your settings file:
0 commit comments