Rikard Blixt
Rikard Blixt
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Type Checking ### Expected Behaviour...
Github Action is transitioning away from Node 16 as it's End of Life. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Github Action is shorting removing Node 16, as it is End of Life. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
## Summary Some functions are expecting the return value to be used, as they should have no side effects themselves as being immuntable. Add `nodiscard` to these functions allows to...
## Summary ## How did you test this change?
## Summary ## How did you test this change?
Rewrite the condition handling to support both `OR` and `AND` instead of just `AND`. Probably use https://github.com/Liquipedia/Lua-Modules/blob/main/standard/lpdb/condition.lua for it
## Summary ## How did you test this change?
## Summary ## How did you test this change?
## Summary Activate code style checking directly in VSCode. Currently setting default warning level to `information` as there's a ton of them. Style can be formatted by `alt + shift...