1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "type" : " node" ,
9
+ "request" : " launch" ,
10
+ "name" : " Launch listTopRepos" ,
11
+ "skipFiles" : [
12
+ " <node_internals>/**"
13
+ ],
14
+ "program" : " ${workspaceFolder}/dist/listTopRepos.js" ,
15
+ "outFiles" : [
16
+ " ${workspaceFolder}/dist/**/*.js"
17
+ ],
18
+ "sourceMaps" : true ,
19
+ "args" : [
20
+ " TypeScript" ,
21
+ " 100" ,
22
+ " 0" ,
23
+ " ./artifacts/repos.json"
24
+ ],
25
+ "preLaunchTask" : " Create artifacts folder"
26
+ },
27
+ {
28
+ "type" : " node" ,
29
+ "request" : " launch" ,
30
+ "name" : " Launch listUserTestRepos" ,
31
+ "skipFiles" : [
32
+ " <node_internals>/**"
33
+ ],
34
+ "program" : " ${workspaceFolder}/dist/listUserTestRepos.js" ,
35
+ "outFiles" : [
36
+ " ${workspaceFolder}/dist/**/*.js"
37
+ ],
38
+ "sourceMaps" : true ,
39
+ "args" : [
40
+ " ./userTests" ,
41
+ " ./artifacts/repos.json"
42
+ ],
43
+ "preLaunchTask" : " Create artifacts folder"
44
+ },
45
+ {
46
+ "type" : " node" ,
47
+ "request" : " launch" ,
48
+ "name" : " Launch checkGithubRepos" ,
49
+ "skipFiles" : [
50
+ " <node_internals>/**"
51
+ ],
52
+ "program" : " ${workspaceFolder}/dist/checkGithubRepos.js" ,
53
+ "sourceMaps" : true ,
54
+ "outFiles" : [
55
+ " ${workspaceFolder}/dist/**/*.js"
56
+ ],
57
+ "args" : [
58
+ " tsserver" ,
59
+ " latest" ,
60
+ " next" ,
61
+ " ./artifacts/repos.json" ,
62
+ " 1" ,
63
+ " 1" ,
64
+ " ./artifacts" ,
65
+ " False" ,
66
+ " testSeed"
67
+ ],
68
+ "preLaunchTask" : " Clean ts_downloads and artifacts folders"
69
+ },
70
+ {
71
+ "type" : " node" ,
72
+ "request" : " launch" ,
73
+ "name" : " Launch checkUserTestRepos" ,
74
+ "skipFiles" : [
75
+ " <node_internals>/**"
76
+ ],
77
+ "program" : " ${workspaceFolder}/dist/checkUserTestRepos.js" ,
78
+ "sourceMaps" : true ,
79
+ "outFiles" : [
80
+ " ${workspaceFolder}/dist/**/*.js"
81
+ ],
82
+ "args" : [
83
+ " tsserver" ,
84
+ " https://github.com/armanio123/TypeScript.git" ,
85
+ " main" ,
86
+ " 2" ,
87
+ " false" ,
88
+ " ./artifacts/repos.json" ,
89
+ " 1" ,
90
+ " 1" ,
91
+ " ./artifacts" ,
92
+ " true" ,
93
+ " testSeed"
94
+ ],
95
+ "preLaunchTask" : " Clean ts_downloads and artifacts folders"
96
+ },
97
+ {
98
+ "type" : " node" ,
99
+ "request" : " launch" ,
100
+ "name" : " Launch postGitHubComments" ,
101
+ "skipFiles" : [
102
+ " <node_internals>/**"
103
+ ],
104
+ "program" : " ${workspaceFolder}/dist/postGitHubComments.js" ,
105
+ "sourceMaps" : true ,
106
+ "outFiles" : [
107
+ " ${workspaceFolder}/dist/**/*.js"
108
+ ],
109
+ "args" : [
110
+ " armanio123" ,
111
+ " 2" ,
112
+ " 1" ,
113
+ " false" ,
114
+ " artifacts" ,
115
+ " artifacts" ,
116
+ " false"
117
+ ]
118
+ }
119
+ ]
120
+ }
0 commit comments