Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-08 | fix #937 | sumneko | |
2022-02-03 | fix(semantic-tokens): `data` field can't be nil | kevinhwang91 | |
`textDocument/semanticTokens/range` should return `SemanticTokens | null` from LSP specification. `data` field of the `SemanticTokens` must be a array, even if no result. | |||
2022-02-01 | fix(semantic-tokens): limit comments range | kevinhwang91 | |
Client requests `textDocument/semanticTokens/range` service with a range parameter in order to get the tokens of the visible window, but server return the additional comments highlighting tokens may be out of range, we should keep the tokens requested by the client in range. | |||
2022-01-26 | fix #923 | 最萌小汐 | |
2022-01-26 | fix #926 | 最萌小汐 | |
2022-01-24 | 提供代码风格诊断 | CppCXY | |
2022-01-23 | diagnostic check file as folder before as library | sumneko | |
2022-01-23 | show relative path in completion | sumneko | |
2022-01-23 | fix filewatch | sumneko | |
2022-01-23 | get scoped files | sumneko | |
2022-01-23 | fix | sumneko | |
2022-01-21 | 修改命名 | CppCXY | |
2022-01-21 | Avoid O(n^2) `require` computations | 最萌小汐 | |
2022-01-20 | 不改type-formatting了 | CppCXY | |
2022-01-20 | 修复错误 | CppCXY | |
2022-01-20 | 修复错误 | CppCXY | |
2022-01-20 | 提供范围格式化 | CppCXY | |
2022-01-20 | 提供范围格式化 | CppCXY | |
2022-01-19 | stash | 最萌小汐 | |
2022-01-19 | 提交代码格式化 | CppCXY | |
2022-01-18 | print log | 最萌小汐 | |
2022-01-18 | cleanup | 最萌小汐 | |
2022-01-13 | fix #876 | 最萌小汐 | |
2022-01-13 | cleanup | 最萌小汐 | |
2022-01-13 | require hover use relative path | 最萌小汐 | |
2022-01-13 | add detail for require name | 最萌小汐 | |
2022-01-12 | improve completion speed | 最萌小汐 | |
2022-01-11 | add semantic configs | 最萌小汐 | |
2022-01-11 | change to `Lua.semantic.enable` | 最萌小汐 | |
2022-01-11 | update semantic tokens | 最萌小汐 | |
2022-01-11 | update semantic tokens | 最萌小汐 | |
2022-01-10 | update | 最萌小汐 | |
2022-01-10 | update | 最萌小汐 | |
2022-01-10 | fix | 最萌小汐 | |
2022-01-10 | resolve multilines and overlapping | 最萌小汐 | |
2022-01-07 | update | 最萌小汐 | |
2022-01-07 | update semantic-tokens | 最萌小汐 | |
2022-01-07 | update semantic-tokens | 最萌小汐 | |
2022-01-07 | cleanup | 最萌小汐 | |
2022-01-06 | update semantic-tokens | 最萌小汐 | |
2022-01-06 | minor improve | 最萌小汐 | |
2022-01-06 | `Lua.hint.arrayIndex` | 最萌小汐 | |
2022-01-06 | update `isIncomplete` | 最萌小汐 | |
2022-01-05 | fix `not-yieldable` | 最萌小汐 | |
2022-01-05 | fix test | 最萌小汐 | |
2022-01-05 | `diagnostics.workspaceRate` only effect workspace | 最萌小汐 | |
2022-01-05 | smooth diagnostics | 最萌小汐 | |
2022-01-05 | `diagnostics.workspaceRate` | 最萌小汐 | |
2022-01-05 | fix | 最萌小汐 | |
2022-01-05 | workspaceRate | 最萌小汐 | |