-
Notifications
You must be signed in to change notification settings - Fork 514
Add new logging docs #2254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new logging docs #2254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any information that is no longer relevant and needs to come out (like about logs on the filesystem)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me, I am sure we will quickly find out through issues if these instructions are not clear to users/need refinement
@@ -185,6 +180,30 @@ Logs provide context for what was happening when the issue occurred. | |||
vscode-powershell@microsoft.com. Please still open an issue though | |||
so we can track the work — other users may have the same issue. | |||
|
|||
#### Provide Language Server Protocol payload logs | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we specify that this only applies to certain versions of the extension i.e. if you have 2019-10 or above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added!
No we will still use that as the first attempt to diagnose the problem. That gives us: vscode-powershell logs |
Co-Authored-By: Robert Holt <rjmholt@gmail.com>
We can wait to merge this until the release. Just to be safe. |
PR Summary
Add new section on getting the payloads of the messages. Keep in mind, the "old way" is still needed as it will still give us:
vscode-powershell logs
Start up logs (from Start-EditorServices.ps1)
PSES logs (without the payloads)
PR Checklist
Note: Tick the boxes below that apply to this pull request by putting an
x
between the square brackets.Please mark anything not applicable to this PR
NA
.WIP:
to the beginning of the title and remove the prefix when the PR is ready