Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | Throttle calls to await.delay() in some diagnostics | Paul Emmerich | |
These 5 diagnostics cause ~70% of all calls to await.delay() by diagnostics which in turn is about ~20% of the total runtime of diagnostics. Out of these diagnostics only assign-type-mismatch commonly exceeds runtimes of 100ms (worst observed in my dataset was 7 seconds) and even then it still attempts to call await.delay() over 1500 times per second, so throttling by a factor of 15 is still fine. | |||
2023-07-19 | speed up tests | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-04-05 | #1018 cleanup logs | 最萌小汐 | |
2022-01-05 | workspaceRate | 最萌小汐 | |
2021-11-08 | cleanup | 最萌小汐 | |
2021-11-08 | cleanup | 最萌小汐 | |
2021-11-02 | update hover of async | 最萌小汐 | |
2021-11-02 | mark async | 最萌小汐 | |
2021-09-27 | `$/cancelRequest` returns code `RequestCancelled` | 最萌小汐 | |
2021-09-26 | await.setID supports `callback` | sumneko | |
2021-09-24 | supports `$/cancelRequest` | 最萌小汐 | |
2021-07-19 | fix | 最萌小汐 | |
2021-07-07 | cleanup | 最萌小汐 | |
2021-03-01 | kick class extends | 最萌小汐 | |
2021-03-01 | improve delay of completion | 最萌小汐 | |
2021-02-09 | block worker | 最萌小汐 | |
2020-12-14 | close function | 最萌小汐 | |
2020-11-28 | change log | 最萌小汐 | |
2020-11-23 | rename "waker" to "resume" | 最萌小汐 | |
2020-11-20 | no longer beta | 最萌小汐 | |