|
150 | 150 | }, |
151 | 151 | { |
152 | 152 | "description": ".NET Core Debugger (Windows / x64)", |
153 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-win7-x64.zip", |
154 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-win7-x64.zip", |
| 153 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-win7-x64.zip", |
| 154 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-win7-x64.zip", |
155 | 155 | "installPath": ".debugger", |
156 | 156 | "runtimeIds": [ |
157 | 157 | "win7-x64" |
158 | 158 | ] |
159 | 159 | }, |
160 | 160 | { |
161 | 161 | "description": ".NET Core Debugger (macOS / x64)", |
162 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-osx.10.11-x64.zip", |
163 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-osx.10.11-x64.zip", |
| 162 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-osx.10.11-x64.zip", |
| 163 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-osx.10.11-x64.zip", |
164 | 164 | "installPath": ".debugger", |
165 | 165 | "runtimeIds": [ |
166 | 166 | "osx.10.11-x64" |
167 | 167 | ], |
168 | 168 | "binaries": [ |
169 | | - "./OpenDebugAD7", |
170 | | - "./clrdbg" |
| 169 | + "./vsdbg-ui", |
| 170 | + "./vsdbg" |
171 | 171 | ] |
172 | 172 | }, |
173 | 173 | { |
174 | 174 | "description": ".NET Core Debugger (CentOS / x64)", |
175 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-centos.7-x64.zip", |
176 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-centos.7-x64.zip", |
| 175 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-centos.7-x64.zip", |
| 176 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-centos.7-x64.zip", |
177 | 177 | "installPath": ".debugger", |
178 | 178 | "runtimeIds": [ |
179 | 179 | "centos.7-x64" |
180 | 180 | ], |
181 | 181 | "binaries": [ |
182 | | - "./OpenDebugAD7", |
183 | | - "./clrdbg" |
| 182 | + "./vsdbg-ui", |
| 183 | + "./vsdbg" |
184 | 184 | ] |
185 | 185 | }, |
186 | 186 | { |
187 | 187 | "description": ".NET Core Debugger (Debian / x64)", |
188 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-debian.8-x64.zip", |
189 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-debian.8-x64.zip", |
| 188 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-debian.8-x64.zip", |
| 189 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-debian.8-x64.zip", |
190 | 190 | "installPath": ".debugger", |
191 | 191 | "runtimeIds": [ |
192 | 192 | "debian.8-x64" |
193 | 193 | ], |
194 | 194 | "binaries": [ |
195 | | - "./OpenDebugAD7", |
196 | | - "./clrdbg" |
| 195 | + "./vsdbg-ui", |
| 196 | + "./vsdbg" |
197 | 197 | ] |
198 | 198 | }, |
199 | 199 | { |
200 | 200 | "description": ".NET Core Debugger (Fedora 23 / x64)", |
201 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-fedora.23-x64.zip", |
202 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-fedora.23-x64.zip", |
| 201 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-fedora.23-x64.zip", |
| 202 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-fedora.23-x64.zip", |
203 | 203 | "installPath": ".debugger", |
204 | 204 | "runtimeIds": [ |
205 | 205 | "fedora.23-x64" |
206 | 206 | ], |
207 | 207 | "binaries": [ |
208 | | - "./OpenDebugAD7", |
209 | | - "./clrdbg" |
| 208 | + "./vsdbg-ui", |
| 209 | + "./vsdbg" |
210 | 210 | ] |
211 | 211 | }, |
212 | 212 | { |
213 | 213 | "description": ".NET Core Debugger (Fedora 24 / x64)", |
214 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-fedora.24-x64.zip", |
215 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-fedora.24-x64.zip", |
| 214 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-fedora.24-x64.zip", |
| 215 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-fedora.24-x64.zip", |
216 | 216 | "installPath": ".debugger", |
217 | 217 | "runtimeIds": [ |
218 | 218 | "fedora.24-x64" |
219 | 219 | ], |
220 | 220 | "binaries": [ |
221 | | - "./OpenDebugAD7", |
222 | | - "./clrdbg" |
| 221 | + "./vsdbg-ui", |
| 222 | + "./vsdbg" |
223 | 223 | ] |
224 | 224 | }, |
225 | 225 | { |
226 | 226 | "description": ".NET Core Debugger (OpenSUSE 13 / x64)", |
227 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-opensuse.13.2-x64.zip", |
228 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-opensuse.13.2-x64.zip", |
| 227 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-opensuse.13.2-x64.zip", |
| 228 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-opensuse.13.2-x64.zip", |
229 | 229 | "installPath": ".debugger", |
230 | 230 | "runtimeIds": [ |
231 | 231 | "opensuse.13.2-x64" |
232 | 232 | ], |
233 | 233 | "binaries": [ |
234 | | - "./OpenDebugAD7", |
235 | | - "./clrdbg" |
| 234 | + "./vsdbg-ui", |
| 235 | + "./vsdbg" |
236 | 236 | ] |
237 | 237 | }, |
238 | 238 | { |
239 | 239 | "description": ".NET Core Debugger (OpenSUSE 42 / x64)", |
240 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-opensuse.42.1-x64.zip", |
241 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-opensuse.42.1-x64.zip", |
| 240 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-opensuse.42.1-x64.zip", |
| 241 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-opensuse.42.1-x64.zip", |
242 | 242 | "installPath": ".debugger", |
243 | 243 | "runtimeIds": [ |
244 | 244 | "opensuse.42.1-x64" |
245 | 245 | ], |
246 | 246 | "binaries": [ |
247 | | - "./OpenDebugAD7", |
248 | | - "./clrdbg" |
| 247 | + "./vsdbg-ui", |
| 248 | + "./vsdbg" |
249 | 249 | ] |
250 | 250 | }, |
251 | 251 | { |
252 | 252 | "description": ".NET Core Debugger (RHEL / x64)", |
253 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-rhel.7.2-x64.zip", |
254 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-rhel.7.2-x64.zip", |
| 253 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-rhel.7.2-x64.zip", |
| 254 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-rhel.7.2-x64.zip", |
255 | 255 | "installPath": ".debugger", |
256 | 256 | "runtimeIds": [ |
257 | 257 | "rhel.7-x64" |
258 | 258 | ], |
259 | 259 | "binaries": [ |
260 | | - "./OpenDebugAD7", |
261 | | - "./clrdbg" |
| 260 | + "./vsdbg-ui", |
| 261 | + "./vsdbg" |
262 | 262 | ] |
263 | 263 | }, |
264 | 264 | { |
265 | 265 | "description": ".NET Core Debugger (Ubuntu 14.04 / x64)", |
266 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-ubuntu.14.04-x64.zip", |
267 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-ubuntu.14.04-x64.zip", |
| 266 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.14.04-x64.zip", |
| 267 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.14.04-x64.zip", |
268 | 268 | "installPath": ".debugger", |
269 | 269 | "runtimeIds": [ |
270 | 270 | "ubuntu.14.04-x64" |
271 | 271 | ], |
272 | 272 | "binaries": [ |
273 | | - "./OpenDebugAD7", |
274 | | - "./clrdbg" |
| 273 | + "./vsdbg-ui", |
| 274 | + "./vsdbg" |
275 | 275 | ] |
276 | 276 | }, |
277 | 277 | { |
278 | 278 | "description": ".NET Core Debugger (Ubuntu 16.04 / x64)", |
279 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-ubuntu.16.04-x64.zip", |
280 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-ubuntu.16.04-x64.zip", |
| 279 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.16.04-x64.zip", |
| 280 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.16.04-x64.zip", |
281 | 281 | "installPath": ".debugger", |
282 | 282 | "runtimeIds": [ |
283 | 283 | "ubuntu.16.04-x64" |
284 | 284 | ], |
285 | 285 | "binaries": [ |
286 | | - "./OpenDebugAD7", |
287 | | - "./clrdbg" |
| 286 | + "./vsdbg-ui", |
| 287 | + "./vsdbg" |
288 | 288 | ] |
289 | 289 | }, |
290 | 290 | { |
291 | 291 | "description": ".NET Core Debugger (Ubuntu 16.10 / x64)", |
292 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-7-1/coreclr-debug-ubuntu.16.10-x64.zip", |
293 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-7-1/coreclr-debug-ubuntu.16.10-x64.zip", |
| 292 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.16.10-x64.zip", |
| 293 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.16.10-x64.zip", |
294 | 294 | "installPath": ".debugger", |
295 | 295 | "runtimeIds": [ |
296 | 296 | "ubuntu.16.10-x64" |
297 | 297 | ], |
298 | 298 | "binaries": [ |
299 | | - "./OpenDebugAD7", |
300 | | - "./clrdbg" |
| 299 | + "./vsdbg-ui", |
| 300 | + "./vsdbg" |
301 | 301 | ] |
302 | 302 | } |
303 | 303 | ], |
304 | 304 | "engines": { |
305 | | - "vscode": "^1.9.0" |
| 305 | + "vscode": "^1.10.1" |
306 | 306 | }, |
307 | 307 | "activationEvents": [ |
308 | 308 | "onLanguage:csharp", |
|
0 commit comments