forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For microsoft#3020 - Just stopping the await in extension might be enough - We may need some further hook up to defer LS activities cleanly - Note that there are some extra items that shouldn't merge to master
- Loading branch information
Showing
2 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
!!DO NOT MERGE TO MASTER!! | ||
|
||
# With my change | ||
---------------- | ||
|
||
## Jedi | ||
Extension startup duration [start = 2984, end = 3858] = 874 | ||
**ms-python.python** false 2971 524 351 | ||
|
||
## LS, needs downloading | ||
Extension startup duration [start = 2314, end = 3084] = 770 | ||
**ms - python.python** false 2334 387 389 | ||
|
||
## LS, already downloaded | ||
|
||
Extension startup duration [start = 2111, end = 2803] = 692 | ||
**ms-python.python** false 2078 368 325 | ||
|
||
# Without my change | ||
------------------- | ||
|
||
## Jedi | ||
Extension startup duration [start = 4854, end = 6597] = 1743 | ||
**ms-python.python** false 4889 1099 644 | ||
|
||
## LS, needs downloading | ||
Extension startup duration [start = 2342, end = 64562] = 62220 | ||
**ms-python.python** false 2335 486 61734 | ||
|
||
## LS, already downloaded | ||
Extension startup duration [start = 2348, end = 7551] = 5203 | ||
**ms-python.pythonfalse** 2343 449 4754 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters