Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-01 | cleanup | 最萌小汐 | |
2022-06-23 | fix workspace diags | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | `FIX` diagnostics flash when opening a file | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-18 | clear diags before restarting | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-05-28 | use `pull diagnostic` for diag opened files | 最萌小汐 | |
2022-05-28 | remove supporting for `pull diagnostic` | 最萌小汐 | |
2022-05-26 | use preview | 最萌小汐 | |
2022-05-26 | `workspace/diagnostic` | 最萌小汐 | |
2022-05-25 | first step of `pull diagnostic` | 最萌小汐 | |
2022-05-24 | add settings for file scheme | 最萌小汐 | |
`workspace.supportScheme`: `["file", "untitled", "git"]` `diagnostics.disableScheme`: `["git"]` | |||
2022-04-27 | avoid sending empty results | 最萌小汐 | |
empty results should convert to `clear diag` | |||
2022-04-22 | #946 use a better way | 最萌小汐 | |
Clear cache when `didOpen`. This avoids clearing the cache according to the situation in the diagnostic business. | |||
2022-04-22 | Revert "perf(diagnostic): avoid first send" | 最萌小汐 | |
This reverts commit e81ffc189a1976adf2998f15cae0bd5b141435e2. | |||
2022-04-20 | perf(diagnostic): avoid first send | kevinhwang91 | |
If the cache is equal to the full result, we should avoid to notify client during first stage. | |||
2022-04-10 | cancel searching reference | 最萌小汐 | |
2022-04-05 | #1018 cleanup logs | 最萌小汐 | |
2022-03-04 | diagnostic opened files first | 最萌小汐 | |
2022-03-04 | don't open non-file uri | 最萌小汐 | |
2022-03-01 | offline diagnostic | 最萌小汐 | |
2022-02-09 | update diagnostic | 最萌小汐 | |
typing immediately stops workspace diagnostics | |||
2022-02-09 | cleanup | 最萌小汐 | |
2022-02-09 | use `time.time` instead of `os.clock` | 最萌小汐 | |
the implementation of os.clock under the windows platform is inconsistent with other platforms | |||
2022-02-09 | fix #946 | 最萌小汐 | |
don't assume the client will cache diagnostics | |||
2022-01-23 | diagnostic check file as folder before as library | sumneko | |
2022-01-23 | add logs | sumneko | |
2022-01-23 | get scoped files | sumneko | |
2022-01-23 | cleanup | sumneko | |
2022-01-23 | fix | sumneko | |
2022-01-23 | fix diagnostics | sumneko | |
2022-01-21 | update | 最萌小汐 | |
2022-01-13 | some fix | 最萌小汐 | |
2022-01-12 | improve completion speed | 最萌小汐 | |
2022-01-06 | optimized diagnostic smoothing | 最萌小汐 | |
2022-01-05 | fix | 最萌小汐 | |
2022-01-05 | `diagnostics.workspaceRate` only effect workspace | 最萌小汐 | |
2022-01-05 | smooth diagnostics | 最萌小汐 | |
2022-01-05 | `diagnostics.workspaceRate` | 最萌小汐 | |
2022-01-05 | workspaceRate | 最萌小汐 | |
2022-01-05 | send syntax errors first | 最萌小汐 | |
2022-01-05 | cleanup | 最萌小汐 | |
2022-01-05 | update | 最萌小汐 | |
2022-01-04 | fix | 最萌小汐 | |
2022-01-04 | update | 最萌小汐 | |
2022-01-04 | fix diagnostic | 最萌小汐 | |
2021-12-30 | update | 最萌小汐 | |