microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.1.4-py

Branches

Tags

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

Clone

HTTPS

Download ZIP

ts/.vscode/tasks.json

18lines · modecode

1{
2 "version": "2.0.0",
3 "tasks": [
4 {
5 "type": "shell",
6 "command": "npm run build -- --vscode",
7 "group": {
8 "kind": "build",
9 "isDefault": true
10 },
11 "problemMatcher": [
12 "$tsc"
13 ],
14 "label": "npm run build",
15 "detail": "npm run build"
16 }
17 ]
18}
19