Skip to content

Commit

Permalink
Fix completion insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Mar 17, 2022
1 parent 7122b05 commit d780e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/steep/server/interaction_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def format_completion_item_for_rbs(sig_service, type_name, context, job, prefix)
),
end: LanguageServer::Protocol::Interface::Position.new(
line: job.line - 1,
character: job.column - prefix.size
character: job.column
)
)

Expand Down

0 comments on commit d780e7a

Please sign in to comment.