Xuyuan Pang
a4f575abd8
fix(lsp): minimum height for floating popup #31990
...
Problem:
The floating window for hover and signature help always cuts off a few lines,
because the `_make_floating_popup_size` function counts empty lines as having
zero height.
Solution:
Ensure the height is at least 1.
2025-01-13 15:17:23 -08:00
..
2024-08-20 05:52:14 -07:00
2024-11-25 08:06:05 -08:00
2024-12-06 10:09:07 -08:00
2024-11-01 09:17:39 +00:00
2023-10-21 08:51:26 +02:00
2024-11-25 08:06:05 -08:00
2024-12-12 09:52:08 +00:00
2025-01-02 10:23:06 +00:00
2024-12-29 16:23:23 +00:00
2025-01-09 13:35:42 +01:00
2024-12-07 16:58:40 +00:00
2024-12-07 16:58:40 +00:00
2025-01-11 10:34:12 +01:00
2025-01-09 13:35:42 +01:00
2024-12-31 13:18:05 +01:00
2024-12-07 16:58:40 +00:00
2024-11-16 18:32:09 -08:00
2024-11-29 12:40:32 +00:00
2024-12-12 09:52:08 +00:00
2024-12-07 16:58:40 +00:00
2024-11-25 08:06:05 -08:00
2025-01-13 15:17:23 -08:00