You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#540
Allow disabling the pending migration prompt through an addon setting. To disable, users can add this to their configuration:
```json
"rubyLsp.addonSettings": {
"Ruby LSP Rails": {
"enablePendingMigrationsPrompt": false
}
}
```
0 commit comments