From 2b6e151dfd8aa769ebb8bdcc8d2c408ced81bf63 Mon Sep 17 00:00:00 2001 From: fadelpamungkas Date: Wed, 7 Nov 2018 13:10:41 +0700 Subject: [PATCH] Add "Tasks" in vscode main features (#21845) --- guide/english/tools/source-code-editors/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/tools/source-code-editors/index.md b/guide/english/tools/source-code-editors/index.md index fbbc610cac..758b76dbfb 100644 --- a/guide/english/tools/source-code-editors/index.md +++ b/guide/english/tools/source-code-editors/index.md @@ -61,6 +61,7 @@ Its main features are: * Debugging - Be able to debug using break points, call stacks and an interactive console. * Build-in Git - Review diffs, stage files, make commits, push and pull, all available in the editor. * Extensions - Install extensions to add new languages, themes, debuggers, and connect additional services. +* Tasks - Automate tasks like linting, building, packaging, testing or deploying software systems. ## WebStorm