We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c082ab commit cf8dfafCopy full SHA for cf8dfaf
jekyll/rails-add-on.markdown
@@ -150,3 +150,18 @@ The Rails add-on provides 3 ways to run and debug `ActiveSupport` tests using th
150
### Debug Tests With VS Code
151
152

153
+
154
+## Settings
155
156
+The following setting configures aspects of the Rails add-on. Values shown are the defaults.
157
158
+```jsonc
159
+// Settings for all add-ons
160
+"rubyLsp.addonSettings": {
161
+ // Settings for the Rails add-on
162
+ "Ruby LSP Rails": {
163
+ // Enable prompt for pending migrations
164
+ "enablePendingMigrationsPrompt": true
165
+ }
166
167
+```
0 commit comments