Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: st0012/ruby-lsp-rspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.21
Choose a base ref
...
head repository: st0012/ruby-lsp-rspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.22
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 3, 2025

  1. Support configuring custom rspec command in VS Code (#57)

    * Add support configuring rspec command and relative path
    
    * Fix command generation and type issues
    
    * Add specs to exercise new configuration options
    
    * Add documentation for new configuration items
    
    * Add debug option and clarify preferred dev container strategy
    
    This commit adds an option (consumed from VS Code settings) that
    allows a debug mode to troubleshoot configuration issues.
    
    Further, this commit clarifies the preferred approach for using
    this addon with Dev Containers.
    
    Projects that use Docker or other container technologies for development
    should use a the VS Code Dev Containers extension to run Ruby LSP _within_
    the dev Container.
    
    This prevents situations where the spec paths provided to rspec are
    host machine paths rather than container paths.
    
    * Correct linting errors
    westonkd authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    b590aac View commit details
    Browse the repository at this point in the history
  2. Improve readme

    st0012 committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    18e5157 View commit details
    Browse the repository at this point in the history
  3. Bump version to v0.1.22

    st0012 committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    5258c0f View commit details
    Browse the repository at this point in the history
Loading