Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-15 | Merge branch 'master' into master | 最萌小汐 | |
2024-07-15 | Merge pull request #2755 from NeOzay/fixes-a-specific-case-for-getVisibleType | 最萌小汐 | |
fix a specific case for getVisibleType | |||
2024-07-15 | Merge branch 'master' into fixes-a-specific-case-for-getVisibleType | 最萌小汐 | |
2024-07-15 | Merge pull request #2753 from NeOzay/luaReg | 最萌小汐 | |
added lua regular expression support for Lua.doc.<scope>Name | |||
2024-07-15 | Merge branch 'master' into luaReg | 最萌小汐 | |
2024-07-15 | Merge pull request #2747 from NeOzay/master | 最萌小汐 | |
fix: add a missing check for 'inject-field' diagnostics | |||
2024-07-15 | Merge branch 'master' into master | 最萌小汐 | |
2024-07-15 | Align inlay hint spacing with other LSPs | Riley Bruins | |
2024-07-14 | Fixed wholeMatch function | qwertycxz | |
2024-07-13 | add test | NeOzay | |
2024-07-13 | Merge branch 'fix-missing-check-for-'inject-field'' into ↵ | NeOzay | |
fixes-a-specific-case-for-getVisibleType | |||
2024-07-13 | update changelog | NeOzay | |
2024-07-13 | fix a specific case for getVisibleType | NeOzay | |
2024-07-13 | moves the match function outside of getVisibleType function | NeOzay | |
2024-07-12 | update changelog | NeOzay | |
2024-07-12 | added lua regular expression support for Lua.doc.<scope>Name | NeOzay | |
2024-07-12 | Remove nodiscard from string.gsub | actboy168 | |
2024-07-12 | macos-11 has gone | 最萌小汐 | |
2024-07-09 | undo tasks.json file | NeOzay | |
2024-07-08 | fix: correction for `exact` class | NeOzay | |
2024-07-08 | update changelog | NeOzay | |
2024-07-08 | fix: add a missing check for inject-field diagnostics | NeOzay | |
2024-07-02 | 处理token超出行范围的问题 | 最萌小汐 | |
2024-07-01 | Merge pull request #2739 from CppCXY/master | 最萌小汐 | |
update format | |||
2024-07-01 | Merge pull request #2735 from DCsunset/fix-params | 最萌小汐 | |
fix: respect showParams config for local function completion | |||
2024-07-01 | Merge branch 'master' into fix-params | 最萌小汐 | |
2024-07-01 | Merge pull request #2738 from tomlau10/perf | 最萌小汐 | |
Perf: Improve performance of multithreaded `--check` and `undefined-field` diagnostic | |||
2024-07-01 | Merge branch 'master' of github.com:CppCXY/lua-language-server | CppCXY | |
2024-07-01 | update format | CppCXY | |
2024-07-01 | doc: Update changelog | Tom Lau | |
2024-07-01 | perf: Optimize undefined-field check early break logic | Tom Lau | |
The current early break only wants to check if there are any definition. There is no need to fetch the full definitions list. We can early break as soon as we found the 1st one. | |||
2024-07-01 | perf: Optimize work distribution in multi-threaded `--check` | Tom Lau | |
The current hash function used to distribute work seems not perfect. We can actually use round robin to distribute after sorting file list. | |||
2024-06-28 | docs: update changelog | DCsunset | |
2024-06-28 | fix: respect showParams config for local function completion | DCsunset | |
2024-06-27 | Merge pull request #2731 from tomlau10/bugfix/cli_default_severity | 最萌小汐 | |
fix: default severity in CLI with partial 'diagnostics.severity' config | |||
2024-06-27 | Merge branch 'master' into bugfix/cli_default_severity | 最萌小汐 | |
2024-06-27 | Merge pull request #2720 from bavalpey/master | 最萌小汐 | |
Add support for lambda-style functions | |||
2024-06-26 | fix: default severity in CLI with partial 'diagnostics.severity' config | Tom Lau | |
2024-06-26 | Remove date in changelog.md | Benjamin Valpey | |
2024-06-25 | Merge branch 'master' into master | Benjamin Valpey | |
2024-06-25 | Undo removal of comment in changelog | Benjamin Valpey | |
2024-06-25 | Add postfix snippet for `unpack` | Yi Ming | |
2024-06-19 | Merge branch 'LuaLS:master' into master | Benjamin Valpey | |
2024-06-19 | Add optional support for lambda-style functions | Benjamin Valpey | |
2024-06-19 | Merge pull request #2716 from ↵ | 最萌小汐 | |
JanSharp/do-not-try-to-match-plugin-array-with-workspace-paths Fix plugin arg arrays when paths contain numbers passing along only one argument | |||
2024-06-18 | Fix plugin arg arrays when paths contain numbers | JanSharp | |
Specifically to prevent it from trying to match the tostring-ed numeric number keys of plain arrays with config folder paths, which can lead to false positives if those paths contain numbers and then ultimately results in only a single argument out of the arguments array being passed along | |||
2024-06-13 | 判空 | 最萌小汐 | |
2024-06-11 | 3.9.33.9.3 | 最萌小汐 | |
2024-06-11 | 改用更好的判断方式 | 最萌小汐 | |
2024-06-11 | `FIX` Sometimes providing incorrect autocompletion when chaining calls | 最萌小汐 | |