vscode folder for a workspace.Įxtensions can also contribute tasks using a Task Provider, and these contributed tasks can add workspace-specific configurations defined in the tasks.json file. Workspace or folder specific tasks are configured from the tasks.json file in the. Tasks in VS Code can be configured to run scripts and start processes so that many of these existing tools can be used from within VS Code without having to enter a command line or write new code. Given their importance in the development life cycle, it is helpful to be able to run tools and analyze their results from within VS Code. These tools are mostly run from the command line and automate jobs inside and outside the inner software development loop (edit, compile, test, and debug). Examples include the TypeScript Compiler, linters like ESLint and TSLint as well as build systems like Make, Ant, Gulp, Jake, Rake, and MSBuild.
Lots of tools exist to automate tasks like linting, building, packaging, testing, or deploying software systems.