Skip to content
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 2 commits into from
Aug 21, 2024

Commits on Aug 20, 2024

  1. Add command to collect Ruby LSP information for issue reporting

    - 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 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3d68ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b034e7 View commit details
    Browse the repository at this point in the history