Skip to content

jimsparkman/vs-code-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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:

  1. Create a task runner (tasks.json) if you have not done so already:
Command Palette -> Tasks: Configure Task Runner.
  1. Add the desired task's json found here to your existing task runner.
  2. Run task(s):
Mac OSX: Cmd+Shift+B

Python Linter

Uses pylint to error check code.

pip install pylint

Lua Linter

Uses luac to error check code. Generally included in lua distro.

Ruby Linter

Uses ruby -wc to error check code.

About

Task Add-ons for Visual Studio Code (OSX/Linux/Windows)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published