Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.44 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.44 KB

lua-luachecker

A simple luacheck extension for VS Code.

A mixture of linter-luacheck and vscode-lualinter.

Example animation

Requirements

Install luacheck first.

Extension Settings

This extension contributes the following settings:

  • luachecker.luacheck: point to luacheck if this extension does not work
  • luachecker.enable: enable/disable this extension
  • luachecker.warnOnSave: set to true to show warning message if there is an error when saving a file
  • luachecker.globals: add more globals names to standard ones, separated by comma, eg jit, bit
  • luachecker.ignore: ignore warnings related to these variables names, separated by comma, eg self, myvar

Known Issues

Does not work flawlessly on GIT tab

Release Notes

0.0.1

Initial release

0.0.2

Add --globals and --ignore options for luacheck

0.1.x

Nothing but a version number.

For more information

Contribute

Bugs, ideas and pull requests please go to ghtalpo/lua-luachecker .

Enjoy!