Skip to content

Commit f514052

Browse files
authored
Merge pull request #2098 from Shopify/vs-pass-addon-to-loader
Pass lsp addon option to DSL loader
2 parents 3c82d8f + 70373b7 commit f514052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tapioca/commands/abstract_dsl.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def load_application
123123
eager_load: @requested_constants.empty? && @requested_paths.empty?,
124124
app_root: @app_root,
125125
halt_upon_load_error: @halt_upon_load_error,
126+
lsp_addon: @lsp_addon,
126127
)
127128
end
128129

0 commit comments

Comments
 (0)