#Build Task Add-ons for Visual Studio Code
Misc. build tasks for the VS Code Editor. Syntax errors will be identified by Visual Studio's trademark red squiggly underlines and in the error listing (OSX: Cmd+Shift+M), in addition to the status bar.
Installation:
- Create a task runner (tasks.json) if you have not done so already:
Command Palette -> Tasks: Configure Task Runner.
- Add the desired task's json found here to your existing task runner.
- Run task(s):
Mac OSX: Cmd+Shift+B
Uses pylint to error check code.
pip install pylint
Uses luac to error check code. Generally included in lua distro.
Uses ruby -wc to error check code.