FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Exceptionless.JavaScript/.vscode/tasks.json at main · exceptionless/Exceptionless.JavaScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
exceptionless
/
Exceptionless.JavaScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
22
Star
60
Code
Issues
0
Pull requests
11
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Exceptionless.JavaScript
/
.vscode
/
tasks.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
73 lines (73 loc) · 1.61 KB
Breadcrumbs
Exceptionless.JavaScript
/
.vscode
/
tasks.json
Copy path
File metadata and controls
73 lines (73 loc) · 1.61 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"
2.0.0
"
,
"tasks"
: [
{
"type"
:
"
npm
"
,
"script"
:
"
clean
"
,
"problemMatcher"
: [],
"label"
:
"
npm: clean
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
build
"
,
"group"
: {
"kind"
:
"
build
"
,
"isDefault"
:
true
},
"problemMatcher"
:
"
$tsc
"
,
"label"
:
"
npm: build
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
test
"
,
"group"
: {
"kind"
:
"
test
"
,
"isDefault"
:
true
},
"label"
:
"
npm: test
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
lint
"
,
"problemMatcher"
:
"
$eslint-stylish
"
,
"label"
:
"
npm: lint
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
watch --workspace=packages/browser
"
,
"isBackground"
:
true
,
"problemMatcher"
:
"
$tsc
"
,
"label"
:
"
npm: watch browser
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
watch --workspace=packages/core
"
,
"isBackground"
:
true
,
"problemMatcher"
:
"
$tsc
"
,
"label"
:
"
npm: watch core
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
watch --workspace=packages/react
"
,
"isBackground"
:
true
,
"problemMatcher"
:
"
$tsc
"
,
"label"
:
"
npm: watch react
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
watch --workspace=packages/vue
"
,
"isBackground"
:
true
,
"problemMatcher"
:
"
$tsc
"
,
"label"
:
"
npm: watch vue
"
},
{
"type"
:
"
npm
"
,
"script"
:
"
watch --workspace=packages/node
"
,
"isBackground"
:
true
,
"problemMatcher"
:
"
$tsc
"
,
"label"
:
"
npm: watch node
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL