Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions jekyll/rails-add-on.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,18 @@ The Rails add-on provides 3 ways to run and debug `ActiveSupport` tests using th
### Debug Tests With VS Code

![Debug Tests With VS Code](images/ruby-lsp-rails-debug.gif)

## Settings

The following setting configures aspects of the Rails add-on. Values shown are the defaults.

```jsonc
// Settings for all add-ons
"rubyLsp.addonSettings": {
// Settings for the Rails add-on
"Ruby LSP Rails": {
// Enable prompt for pending migrations
"enablePendingMigrationsPrompt": true
}
}
```