Commit 8b2a9b0
Mikhail Arkhipov
Move rename functionality to the language server (#2612)
* LS symbol providers
* Different ready wait
* Upgrade dependencies to latest LS
* Make open files only default
* Turn off hash checks
* Fix double progress display
* Update packages
* Anchor dependencies
* Add setting for diag throttling
* Add MacOS version check
* News
* Correct MacOS check and lay infra for Linux checks
* Linux version check
* Linux check
* Simplify
* Test prep
* Platform tests
* Mac compat tests
* Ubuntu tests
* Revert "Ubuntu tests"
This reverts commit c63c904.
* Revert "Mac compat tests"
This reverts commit cd970be.
* Revert "Platform tests"
This reverts commit 07dc2fa.
* Revert "Test prep"
This reverts commit 2c7243c.
* Revert "Simplify"
This reverts commit fef0e92.
* Revert "Linux check"
This reverts commit 925f663.
* Revert "Linux version check"
This reverts commit 0d3c066.
* Revert "Correct MacOS check and lay infra for Linux checks"
This reverts commit 4e12b3c.
* Revert "News"
This reverts commit 462ff7c.
* Revert "Add MacOS version check"
This reverts commit 70b13f7.
* News
* Format
* Undo
* Pass async startup option to LS
* News for LS fixes
* News for LS fixes
* Remove issue that is not fixed
* Add news
* News
* News
* News
* News
* Drop typeshed submodule
* Add settings to control LS output
* News
* Fix case
* Switch to 1.26 and LSP 4.4 for outline
* News
* News
* Add package lock
* Update mock to 1.26
* Tweak news entry wording
* Move rope rename off common to Jedi
* Move Rename to LS
* Ref fix
* Update LS contrib
* Merge issue
* Make sure progress is cleared
* Revert "Make sure progress is cleared"
This reverts commit 1187d7e.
* Line breaks and remove duplication
* Add news1 parent 8ea7bd4 commit 8b2a9b0
File tree
5 files changed
+20
-17
lines changed- news/1 Enhancements
- src/client
- activation
- providers
5 files changed
+20
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 89 | + | |
| 90 | + | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
25 | | - | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments