Feature: Tasks (core) (#12184)

* initial

* string sanitize

* hygiene

* build task

* added build task

* hygiene

* initial tasks view

* finished tasks

* add sql carbon tags and undo changes

* remove task message

* fix tasks tests

* removed extension stuff

* add problem matcher

* remove extra space

* undo extension changes

* add problem matcher to mssql
This commit is contained in:
Aditya Bist
2020-11-04 13:07:20 -08:00
committed by GitHub
parent 4af67c9734
commit 6b2c409cff
11 changed files with 90 additions and 36 deletions

View File

@@ -331,7 +331,7 @@ import 'vs/workbench/contrib/terminal/browser/terminalView';
import 'vs/workbench/contrib/relauncher/browser/relauncher.contribution';
// Tasks
// import 'vs/workbench/contrib/tasks/browser/task.contribution'; {{SQL CARBON EDIT}}
import 'vs/workbench/contrib/tasks/browser/task.contribution';
// Remote
import 'vs/workbench/contrib/remote/common/remote.contribution';