Files
oak-gpui/crates
Smit Barmase 84dd2366bc project: Fix LSP completion to use insertText when constructing default edits (#27630)
Closes #25761 #21603

When `text_edit` is not available we directly fallback to to `label`.
That means, when we have range to replace, we never use `insertText` and
only use it when we haven't found any range.

This PR fixes, this and uses `insertText` as fallback first, and then
`label`.

Release Notes:

- Fixed an issue where accepting LSP snippet completion would insert the
label instead of expanding the snippet.
2025-03-28 03:00:48 +05:30
..
2025-03-21 10:04:39 -06:00
2025-03-22 02:56:25 +00:00
2025-03-10 13:38:30 -06:00
2025-03-24 22:31:11 -07:00
2025-03-06 10:56:28 -07:00
2025-03-21 20:08:03 +00:00