-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
4 changed files
with
145 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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