- Syntax error check
- Support all platforms for Visual Studio Code with no dependency
- Static analyze by luacheck (default on)
This extension contributes the following settings:
lualint.useLuacheck
: If true use luacheck more detail analyze. Otherwise syntax error only check.lualint.maxNumberOfReports
: Maximum number of code check reports.
- add watch .luacheckrc files
- add source name for report
- Exclude first line comment with #
- Fix wrong column with multibyte characters
- luacheck is enabled by default.
- Fixed bug, even if closed the file, the problem messages remained displayed.
- Add repositry URL