|
4 | 4 | // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
5 | 5 | "version": "0.2.0", |
6 | 6 | "configurations": [ |
7 | | - |
8 | 7 | { |
9 | 8 | "type": "node", |
| 9 | + "runtimeVersion": "10.17.0", |
10 | 10 | "request": "launch", |
11 | 11 | "name": "Mocha Tests - Current File", |
12 | 12 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
23 | 23 | }, |
24 | 24 | { |
25 | 25 | "type": "node", |
| 26 | + "runtimeVersion": "10.17.0", |
26 | 27 | "request": "launch", |
27 | 28 | "name": "Mocha Tests", |
28 | 29 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
38 | 39 | }, |
39 | 40 | { |
40 | 41 | "type": "node", |
| 42 | + "runtimeVersion": "10.17.0", |
41 | 43 | "request": "launch", |
42 | 44 | "name": "Mocha Tests - Hacker", |
43 | 45 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
54 | 56 | }, |
55 | 57 | { |
56 | 58 | "type": "node", |
| 59 | + "runtimeVersion": "10.17.0", |
57 | 60 | "request": "launch", |
58 | 61 | "name": "Mocha Tests - Sponsor", |
59 | 62 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
70 | 73 | }, |
71 | 74 | { |
72 | 75 | "type": "node", |
| 76 | + "runtimeVersion": "10.17.0", |
73 | 77 | "request": "launch", |
74 | 78 | "name": "Mocha Tests - Volunteer", |
75 | 79 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
86 | 90 | }, |
87 | 91 | { |
88 | 92 | "type": "node", |
| 93 | + "runtimeVersion": "10.17.0", |
89 | 94 | "request": "launch", |
90 | 95 | "name": "Mocha Tests - Account", |
91 | 96 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
102 | 107 | }, |
103 | 108 | { |
104 | 109 | "type": "node", |
| 110 | + "runtimeVersion": "10.17.0", |
105 | 111 | "request": "launch", |
106 | 112 | "name": "Mocha Tests - Team", |
107 | 113 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
118 | 124 | }, |
119 | 125 | { |
120 | 126 | "type": "node", |
| 127 | + "runtimeVersion": "10.17.0", |
121 | 128 | "request": "launch", |
122 | 129 | "name": "Mocha Tests - Storage", |
123 | 130 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
134 | 141 | }, |
135 | 142 | { |
136 | 143 | "type": "node", |
| 144 | + "runtimeVersion": "10.17.0", |
137 | 145 | "request": "launch", |
138 | 146 | "name": "Mocha Tests - Search", |
139 | 147 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
150 | 158 | }, |
151 | 159 | { |
152 | 160 | "type": "node", |
| 161 | + "runtimeVersion": "10.17.0", |
153 | 162 | "request": "launch", |
154 | 163 | "name": "Mocha Tests - Settings", |
155 | 164 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
166 | 175 | }, |
167 | 176 | { |
168 | 177 | "type": "node", |
| 178 | + "runtimeVersion": "10.17.0", |
169 | 179 | "request": "launch", |
170 | 180 | "name": "Mocha Tests - Email", |
171 | 181 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
182 | 192 | }, |
183 | 193 | { |
184 | 194 | "type": "node", |
| 195 | + "runtimeVersion": "10.17.0", |
185 | 196 | "request": "launch", |
186 | 197 | "name": "Mocha Tests - Auth", |
187 | 198 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
198 | 209 | }, |
199 | 210 | { |
200 | 211 | "type": "node", |
| 212 | + "runtimeVersion": "10.17.0", |
201 | 213 | "request": "launch", |
202 | 214 | "name": "Mocha Tests - Role", |
203 | 215 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
|
0 commit comments