-
Notifications
You must be signed in to change notification settings - Fork 154
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 VS Code command to collect issue reporting data #2456
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
st0012
added
enhancement
New feature or request
vscode
This pull request should be included in the VS Code extension's release notes
labels
Aug 16, 2024
vinistock
reviewed
Aug 19, 2024
st0012
commented
Aug 19, 2024
st0012
force-pushed
the
add-diagnosting-vscode-command
branch
from
August 19, 2024 20:04
ba82b4b
to
cec1ccb
Compare
(fixed typo in PR title) |
vinistock
approved these changes
Aug 20, 2024
- Implement `collectRubyLspInfo` function in new `infoCollector.ts` file - Add new command `rubyLsp.collectRubyLspInfo` in `package.json` - Register the new command in `rubyLsp.ts` - Collect and display information including: - VS Code version - Ruby LSP extension version - Ruby LSP server version - Installed Ruby LSP addons - Ruby version and version manager - Installed public VS Code extensions This feature will help users and maintainers quickly gather relevant information for reporting Ruby LSP related issues. The collected information is displayed in the output channel for easy copying and pasting into GitHub issues.
st0012
force-pushed
the
add-diagnosting-vscode-command
branch
from
August 20, 2024 21:39
cec1ccb
to
7b034e7
Compare
st0012
changed the title
Add diagnosing vscode command
Add VS Code command to collect issue reporting data
Aug 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
vscode
This pull request should be included in the VS Code extension's release notes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Inspired by #2396
Users often need to share environment information when reporting issues with the Ruby LSP extension. Currently, this process is manual and error-prone, as users manually collect different information and put them into the issue. This change aims to streamline the process and improve user experience by adding a convenient copy button to the view.
Data example