summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-28fix: respect showParams config for local function completionDCsunset
2024-06-27Merge pull request #2731 from tomlau10/bugfix/cli_default_severity最萌小汐
fix: default severity in CLI with partial 'diagnostics.severity' config
2024-06-27Merge branch 'master' into bugfix/cli_default_severity最萌小汐
2024-06-27Merge pull request #2720 from bavalpey/master最萌小汐
Add support for lambda-style functions
2024-06-26fix: default severity in CLI with partial 'diagnostics.severity' configTom Lau
2024-06-26Remove date in changelog.mdBenjamin Valpey
2024-06-25Merge branch 'master' into masterBenjamin Valpey
2024-06-25Undo removal of comment in changelogBenjamin Valpey
2024-06-25Add postfix snippet for `unpack`Yi Ming
2024-06-19Merge branch 'LuaLS:master' into masterBenjamin Valpey
2024-06-19Add optional support for lambda-style functionsBenjamin Valpey
2024-06-19Merge 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-18Fix plugin arg arrays when paths contain numbersJanSharp
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-113.9.33.9.3最萌小汐
2024-06-11改用更好的判断方式最萌小汐
2024-06-11`FIX` Sometimes providing incorrect autocompletion when chaining calls最萌小汐
2024-06-063.9.2最萌小汐
2024-06-05`FIX` Autocompletion for enum values ​​is not available in some cases最萌小汐
2024-06-05获取工作区符号改为同步最萌小汐
2024-06-05修复thread的meta文件最萌小汐
2024-06-05Revert "适配 bee.sys"最萌小汐
This reverts commit c59bd7f4765a8016dfbbf3c8c9879387ca86acfd.
2024-06-05手动合并 3.9.1 的差异最萌小汐
2024-06-05直接强行切到3.8.3的bee和luamake最萌小汐
2024-06-05遴选3.9.1的自动集成最萌小汐
2024-06-05Revert "update bee"最萌小汐
This reverts commit 84c18c3063d6913122824ffbde2028f1b293a68f.
2024-06-05Revert "update bee"最萌小汐
This reverts commit 94b06e3548424d08e93a2758135d689c0f8986d4.
2024-06-05Revert "update bee"最萌小汐
This reverts commit 719d7c2ba63c5a0207604a40cdf0b78a02b0eb78.
2024-06-05Revert "update bee"最萌小汐
This reverts commit a47b432b13f1d4bfa415185bb305b3672bc22d7d.
2024-06-05Revert "更新luamake"最萌小汐
This reverts commit 61f48f477482aac49a963e40aeea8042179bdc28.
2024-06-05Revert "更新bee"最萌小汐
This reverts commit faaed840e283ab72def2fcebc38ee528a0fb3654.
2024-06-05Revert "Revert "没必要sleep""最萌小汐
This reverts commit e00877e09dd86208f18dd11d6aab444301ce8b03.
2024-06-05Merge pull request #2692 from folke/workspace_reload最萌小汐
don't do diagnostics when workspace is not ready
2024-06-04don't do diagnostics when workspace is not readyFolke Lemaitre
2024-05-27Merge pull request #2680 from emmericp/throttle-awaits最萌小汐
Throttle calls to await.delay() in some diagnostics
2024-05-25Merge pull request #2656 from carsakiller/2175-md-symbol-reference最萌小汐
add: resolve links to symbols in markdown descriptions
2024-05-25fix: restore completion ordercarsakiller
2024-05-25add: entry in changelogcarsakiller
2024-05-25Merge branch 'master' into 2175-md-symbol-referencecarsakiller
2024-05-25fix: remove callbackcarsakiller
2024-05-25Merge pull request #2678 from notpeter/codestyle_bump最萌小汐
Bump EmmyLuaCodeStyle
2024-05-25Merge pull request #2679 from notpeter/luarc_add_schema最萌小汐
Add schema link to .luarc.json.
2024-05-25Merge pull request #2675 from carsakiller/log-changes最萌小汐
add: workflow to assert changelog updates
2024-05-24Throttle calls to await.delay() in some diagnosticsPaul Emmerich
These 5 diagnostics cause ~70% of all calls to await.delay() by diagnostics which in turn is about ~20% of the total runtime of diagnostics. Out of these diagnostics only assign-type-mismatch commonly exceeds runtimes of 100ms (worst observed in my dataset was 7 seconds) and even then it still attempts to call await.delay() over 1500 times per second, so throttling by a factor of 15 is still fine.
2024-05-24Add schema link to .luarc.json.Peter Tripp
2024-05-24Bump EmmyLuaCodeStylePeter Tripp
2024-05-23add: unreleased section to changelogcarsakiller
2024-05-23add prefixcarsakiller
2024-05-23only ref namecarsakiller
2024-05-23or ref namecarsakiller