Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-04 | don't do diagnostics when workspace is not ready | Folke Lemaitre | |
2024-04-20 | Run diagnostics on unopened files when explicitly requested by the user | Paul Emmerich | |
If I explicitly click on "Diagnose workspace" I would expect it to show me *all* the diagnostics similar to how --check in a CI would check my project. This makes it easier for users to check their whole workspace after making changes to some library or core function that potentially affects a large number of files that are usually only checked once opened. | |||
2023-01-18 | check client ability before `diagnostic/refresh` | 最萌小汐 | |
2022-12-09 | do full gc after scope diag | 最萌小汐 | |
#1745 | |||
2022-11-16 | fix clearing diags with multi-workspace | 最萌小汐 | |
2022-11-15 | do scope diag when creating and removing files | 最萌小汐 | |
2022-11-06 | improve performance | 最萌小汐 | |
2022-11-02 | should not gc | 最萌小汐 | |
2022-11-02 | fix diag results remains | 最萌小汐 | |
2022-10-25 | add `doc.privateName` and `doc.protectedName` | 最萌小汐 | |
#1316 | |||
2022-10-17 | new setting `Lua.diagnostics.workspaceEvent` | 最萌小汐 | |
set the time to trigger workspace diagnostics. resolve #1626 | |||
2022-10-17 | clear node cache after scope diagnosing | 最萌小汐 | |
#1626 | |||
2022-10-17 | use `state` instead of `uri` for converter | 最萌小汐 | |
The state may have changed when responding, so we need to use the state when requesting. Try not to get the state on the spot. | |||
2022-09-28 | don't do workspace for fallback | 最萌小汐 | |
2022-08-19 | fix `diagnostics.workspaceDelay` | 最萌小汐 | |
2022-08-01 | fix #1418 | 最萌小汐 | |
2022-07-06 | improve diag | 最萌小汐 | |
2022-07-05 | resolve #1254 can suppress syntax errors | 最萌小汐 | |
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 | |