Commit f19619e
steveluc
Add maxResultCount optional field to NavtoRequestArgs. Change
session.ts to use this field. Remove sort of nav items from getNavigateToItems in
sesion.ts because LS now does the sort. Removed no content throw in
quick info as this happens frequently with Sublime (every cursor move
calls quick info, and quick info is only available on symbols). Added
mechanism for other commands to avoid throwing and instead return a
specific error message, so that we don't make the log unreadable (as it
was with hundreds of quick info stack traces).1 parent 60a6b28 commit f19619e
3 files changed
Lines changed: 18 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
680 | 684 | | |
681 | 685 | | |
682 | 686 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 55 | | |
80 | 56 | | |
81 | 57 | | |
| |||
404 | 380 | | |
405 | 381 | | |
406 | 382 | | |
407 | | - | |
| 383 | + | |
408 | 384 | | |
409 | 385 | | |
410 | 386 | | |
| |||
625 | 601 | | |
626 | 602 | | |
627 | 603 | | |
628 | | - | |
| 604 | + | |
629 | 605 | | |
630 | 606 | | |
631 | 607 | | |
632 | 608 | | |
633 | 609 | | |
634 | 610 | | |
635 | 611 | | |
636 | | - | |
| 612 | + | |
637 | 613 | | |
638 | 614 | | |
639 | 615 | | |
| |||
690 | 666 | | |
691 | 667 | | |
692 | 668 | | |
| 669 | + | |
693 | 670 | | |
694 | 671 | | |
695 | 672 | | |
| |||
714 | 691 | | |
715 | 692 | | |
716 | 693 | | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
717 | 697 | | |
718 | 698 | | |
719 | 699 | | |
| |||
765 | 745 | | |
766 | 746 | | |
767 | 747 | | |
768 | | - | |
| 748 | + | |
769 | 749 | | |
770 | 750 | | |
771 | 751 | | |
| |||
788 | 768 | | |
789 | 769 | | |
790 | 770 | | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
791 | 774 | | |
792 | 775 | | |
793 | 776 | | |
| |||
0 commit comments