Skip to content
Commit 6de676d7 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

LSP: Don't override insertText with newText if insertText is not empty

newText can contain a value that makes no sense if it is not used
in combination with the textEdit.range. E.g.,

string.length vs string..length

server sent .length as completion..

(cherry picked from commit 1c0ad3b4)
parent a596c177
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment