Skip to content

Handle $tslint5 and gulp errors #64166

@octref

Description

@octref

Repro:

  • Clone VS Code
  • Open in insiders
  • 🚨TSLInt 5 Problem Matcher not found if you didn't install TSLint extension yet
  • 🚨gulp errors:
     Error: The gulp task detection didn't contribute a task for the following configuration:
     {
         "type": "gulp",
         "task": "tslint",
         "label": "Run tslint",
         "problemMatcher": [
             "$tslint5"
         ]
     }
    

This is not good for people who are contributing VS Code for first time, or who just cloned a copy of VS Code without deps.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugtasksTask system issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions