Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-06 | 语言设置挪到服务器里 | 最萌小汐 | |
2024-08-06 | 需要 statusBar 选项才会显示状态栏 | 最萌小汐 | |
2024-07-30 | 拆分成选项 | 最萌小汐 | |
2024-07-15 | Align inlay hint spacing with other LSPs | Riley Bruins | |
2024-05-11 | 暂存-转到实现 | 最萌小汐 | |
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-08-31 | fix #2299 | 最萌小汐 | |
2023-07-14 | fix shake of `codeLens` | 最萌小汐 | |
2023-07-06 | fix supporting unicode in signature | 最萌小汐 | |
2023-05-28 | determine the padding | Ye Sijun | |
Signed-off-by: Ye Sijun <junnplus@gmail.com> | |||
2023-05-25 | command:add reloadFFIMeta | fesily | |
2023-04-27 | fix typo | 最萌小汐 | |
#2062 | |||
2023-04-27 | apply changs immediately | 最萌小汐 | |
#2062 | |||
2023-04-27 | Revert "try to abort incorrect formatting" | 最萌小汐 | |
This reverts commit 02d43a59203e1d04aaaae3eacdaae5110da6b06d. | |||
2023-04-26 | try to abort incorrect formatting | 最萌小汐 | |
#2062 | |||
2023-02-10 | completion: don't show loading process | 最萌小汐 | |
resolve #1705 | |||
2023-01-31 | supports all schemes | 最萌小汐 | |
resolve #1862 | |||
2023-01-30 | command `lua.exportDocument` | 最萌小汐 | |
finish #1833 | |||
2023-01-30 | add command `lua.getConfig` | 最萌小汐 | |
2023-01-18 | normalize uri from RPC | 最萌小汐 | |
fix #1810 | |||
2023-01-17 | support multi configs modifying | 最萌小汐 | |
2022-12-22 | improve code-lens | 最萌小汐 | |
2022-12-18 | complete code lens | 最萌小汐 | |
2022-12-18 | improve code-lens | 最萌小汐 | |
2022-12-18 | first step for code lens | 最萌小汐 | |
2022-12-17 | update filewatch | 最萌小汐 | |
2022-12-16 | simple state persistence | 最萌小汐 | |
2022-12-16 | pass tests | 最萌小汐 | |
2022-12-16 | set text after ready | 最萌小汐 | |
2022-12-09 | do full gc after scope diag | 最萌小汐 | |
#1745 | |||
2022-12-09 | `activeParameter` should be uinteter | 最萌小汐 | |
#1751 | |||
2022-12-01 | #831 | 最萌小汐 | |
add tests | |||
2022-11-30 | fix supporting for multi-workspace | 最萌小汐 | |
2022-11-29 | fix | 最萌小汐 | |
2022-11-29 | fix compiling for multi-workspace | 最萌小汐 | |
2022-11-29 | modify `require` after renaming files | 最萌小汐 | |
2022-11-16 | fix clearing diags with multi-workspace | 最萌小汐 | |
2022-11-08 | add log | 最萌小汐 | |
2022-11-07 | fix | 最萌小汐 | |
2022-11-02 | cleanup | 最萌小汐 | |
2022-11-02 | `---@see` use workspace-symbol | 最萌小汐 | |
#1344 | |||
2022-11-01 | find reference respect `includeDeclaration` | 最萌小汐 | |
2022-10-17 | new setting `Lua.diagnostics.workspaceEvent` | 最萌小汐 | |
set the time to trigger workspace diagnostics. resolve #1626 | |||
2022-10-17 | fix | 最萌小汐 | |
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-10-13 | test clear node cache | 最萌小汐 | |
#1626 | |||
2022-10-11 | abort semantic-tokens requests | 最萌小汐 | |
#1599 | |||
2022-09-28 | 提交psi viewer | CppCXY | |
2022-09-20 | small fix | 最萌小汐 | |
2022-09-06 | improve document-symbol | 最萌小汐 | |