Commit aec94ca
Disable reloading when changing language servers (microsoft/vscode-python#18884)
* Remove LSFolderService dependency
* No DI proof of concept
* Add safeguard when connecting/disconnecting
* Proper Pylance LS disposal
* Fix Jedi LS startup/disposal
* Add cache support
* Remove DI decorators + registry activation
* Do not reload window when Pylance not installed
* jedi/pylance/none extension managers
* languageServer/watcher.unit.test.ts
* News entry
* Add 2.7 behaviour + fix linting
* Remove deprecated LS settings
* Add support for 1 LS per workspace folder
* Add tests
* Update src/client/languageServer/watcher.ts
Co-authored-by: Kartik Raj <[email protected]>
* Add resource path to "starting ls" message
* Fix issue with get()
* Amend ILanguageServerExtensionManager comment
Co-authored-by: Kartik Raj <[email protected]>1 parent 63e954a commit aec94ca
File tree
45 files changed
+1684
-2384
lines changed- extensions/positron-python
- news/1 Enhancements
- resources
- src
- client
- activation
- common
- jedi
- node
- browser
- common
- utils
- languageServer
- telemetry
- test
- activation
- node
- common/configSettings
- languageServer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1684
-2384
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
176 | 173 | | |
177 | 174 | | |
178 | 175 | | |
179 | | - | |
180 | | - | |
181 | 176 | | |
182 | 177 | | |
183 | 178 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 179 | | |
192 | 180 | | |
193 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
Lines changed: 0 additions & 318 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments