microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix-build-errors

Branches

Tags

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

Clone

HTTPS

Download ZIP

.vscode/tasks.json

20lines · modeblame

9cf5eef2leolee10 years ago1{
f2568005Ruslan Bikkinin7 years ago2"version": "2.0.0",
8ba55f4cJimmy Thomson10 years ago3"tasks": [
65af7d78Quan Jin3 years ago4{
5"type": "npm",
6"script": "build",
7"group": "build",
8"problemMatcher": [],
9"label": "gulp: build",
10"detail": "gulp build"
5b0c8906Ezio Li9 months ago11},
12{
13"label": "npm: compile-smoke-tests",
14"type": "shell",
15"command": "npm run compile-smoke-tests",
16"group": "build",
17"problemMatcher": []
8ba55f4cJimmy Thomson10 years ago18}
4d14f563Yuri Skorokhodov5 years ago19]
5b0c8906Ezio Li9 months ago20}