Skip to content

Commit

Permalink
Update lib/ruby_lsp/requests/support/dependency_detector.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Stock <[email protected]>
  • Loading branch information
andyw8 and vinistock authored Oct 3, 2023
1 parent 8e6bf39 commit 6250b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/requests/support/dependency_detector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def detect_typechecker

sig { returns(T::Array[String]) }
def dependencies
# NOTE: If changing this behaviour, it's likely that the extension will also need changed.
# NOTE: If changing this behaviour, it's likely that the VS Code extension will also need changed.
@dependencies ||= T.let(
begin
Bundler.with_original_env { Bundler.default_gemfile }
Expand Down

0 comments on commit 6250b49

Please sign in to comment.