microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.6.13

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.vscode/tasks.json

22lines · modepreview

{
    "version": "0.1.0",
    "command": "gulp",
    "isShellCommand": true,
    "tasks": [
        {
            "taskName": "watch",
            "isBuildCommand": true,
            "isBackground": true,
            "problemMatcher": "$gulp-tsc"
        },
        {
            "taskName": "build",
            "isBuildCommand": true,
            "problemMatcher": "$gulp-tsc"
        },
        {
            "taskName": "tslint",
            "problemMatcher": "$tslint5"
        }
    ]
}