Commit 6c032ef
fix crash when autocompleting port map
4f20cbd introduced a regression that causes
`completion_item_to_lsp_item` to fail for a formal as insert_text is no
longer set now. The new implementation for the conversion function is
robust and uses insert_text when available and falls back to the item's
label (as an LSP client would)1 parent 6953027 commit 6c032ef
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments