summaryrefslogtreecommitdiff
path: root/script/core
AgeCommit message (Collapse)Author
2022-02-08fix #937sumneko
2022-02-03fix(semantic-tokens): `data` field can't be nilkevinhwang91
`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-01fix(semantic-tokens): limit comments rangekevinhwang91
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-26fix #923最萌小汐
2022-01-26fix #926最萌小汐
2022-01-24提供代码风格诊断CppCXY
2022-01-23diagnostic check file as folder before as librarysumneko
2022-01-23show relative path in completionsumneko
2022-01-23fix filewatchsumneko
2022-01-23get scoped filessumneko
2022-01-23fixsumneko
2022-01-21修改命名CppCXY
2022-01-21Avoid 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-19stash最萌小汐
2022-01-19提交代码格式化CppCXY
2022-01-18print log最萌小汐
2022-01-18cleanup最萌小汐
2022-01-13fix #876最萌小汐
2022-01-13cleanup最萌小汐
2022-01-13require hover use relative path最萌小汐
2022-01-13add detail for require name最萌小汐
2022-01-12improve completion speed最萌小汐
2022-01-11add semantic configs最萌小汐
2022-01-11change to `Lua.semantic.enable`最萌小汐
2022-01-11update semantic tokens最萌小汐
2022-01-11update semantic tokens最萌小汐
2022-01-10update最萌小汐
2022-01-10update最萌小汐
2022-01-10fix最萌小汐
2022-01-10resolve multilines and overlapping最萌小汐
2022-01-07update最萌小汐
2022-01-07update semantic-tokens最萌小汐
2022-01-07update semantic-tokens最萌小汐
2022-01-07cleanup最萌小汐
2022-01-06update semantic-tokens最萌小汐
2022-01-06minor improve最萌小汐
2022-01-06`Lua.hint.arrayIndex`最萌小汐
2022-01-06update `isIncomplete`最萌小汐
2022-01-05fix `not-yieldable`最萌小汐
2022-01-05fix test最萌小汐
2022-01-05`diagnostics.workspaceRate` only effect workspace最萌小汐
2022-01-05smooth diagnostics最萌小汐
2022-01-05`diagnostics.workspaceRate`最萌小汐
2022-01-05fix最萌小汐
2022-01-05workspaceRate最萌小汐