|
1 | 1 | { |
2 | 2 | "name": "csharp", |
3 | 3 | "publisher": "ms-vscode", |
4 | | - "version": "1.10.0-beta3", |
| 4 | + "version": "1.10.0-beta4", |
5 | 5 | "description": "C# for Visual Studio Code (powered by OmniSharp).", |
6 | 6 | "displayName": "C#", |
7 | 7 | "author": "Microsoft Corporation", |
|
157 | 157 | }, |
158 | 158 | { |
159 | 159 | "description": ".NET Core Debugger (Windows / x64)", |
160 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-win7-x64.zip", |
161 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-win7-x64.zip", |
| 160 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-win7-x64.zip", |
| 161 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-win7-x64.zip", |
162 | 162 | "installPath": ".debugger", |
163 | 163 | "runtimeIds": [ |
164 | 164 | "win7-x64" |
|
167 | 167 | }, |
168 | 168 | { |
169 | 169 | "description": ".NET Core Debugger (macOS / x64)", |
170 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-osx.10.11-x64.zip", |
171 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-osx.10.11-x64.zip", |
| 170 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-osx.10.11-x64.zip", |
| 171 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-osx.10.11-x64.zip", |
172 | 172 | "installPath": ".debugger", |
173 | 173 | "runtimeIds": [ |
174 | 174 | "osx.10.11-x64" |
|
181 | 181 | }, |
182 | 182 | { |
183 | 183 | "description": ".NET Core Debugger (CentOS / x64)", |
184 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-centos.7-x64.zip", |
185 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-centos.7-x64.zip", |
| 184 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-centos.7-x64.zip", |
| 185 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-centos.7-x64.zip", |
186 | 186 | "installPath": ".debugger", |
187 | 187 | "runtimeIds": [ |
188 | 188 | "centos.7-x64" |
|
195 | 195 | }, |
196 | 196 | { |
197 | 197 | "description": ".NET Core Debugger (Debian / x64)", |
198 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-debian.8-x64.zip", |
199 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-debian.8-x64.zip", |
| 198 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-debian.8-x64.zip", |
| 199 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-debian.8-x64.zip", |
200 | 200 | "installPath": ".debugger", |
201 | 201 | "runtimeIds": [ |
202 | 202 | "debian.8-x64" |
|
209 | 209 | }, |
210 | 210 | { |
211 | 211 | "description": ".NET Core Debugger (Fedora 23 / x64)", |
212 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-fedora.23-x64.zip", |
213 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-fedora.23-x64.zip", |
| 212 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-fedora.23-x64.zip", |
| 213 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-fedora.23-x64.zip", |
214 | 214 | "installPath": ".debugger", |
215 | 215 | "runtimeIds": [ |
216 | 216 | "fedora.23-x64" |
|
223 | 223 | }, |
224 | 224 | { |
225 | 225 | "description": ".NET Core Debugger (Fedora 24 / x64)", |
226 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-fedora.24-x64.zip", |
227 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-fedora.24-x64.zip", |
| 226 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-fedora.24-x64.zip", |
| 227 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-fedora.24-x64.zip", |
228 | 228 | "installPath": ".debugger", |
229 | 229 | "runtimeIds": [ |
230 | 230 | "fedora.24-x64" |
|
237 | 237 | }, |
238 | 238 | { |
239 | 239 | "description": ".NET Core Debugger (OpenSUSE 13 / x64)", |
240 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-opensuse.13.2-x64.zip", |
241 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-opensuse.13.2-x64.zip", |
| 240 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-opensuse.13.2-x64.zip", |
| 241 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-opensuse.13.2-x64.zip", |
242 | 242 | "installPath": ".debugger", |
243 | 243 | "runtimeIds": [ |
244 | 244 | "opensuse.13.2-x64" |
|
251 | 251 | }, |
252 | 252 | { |
253 | 253 | "description": ".NET Core Debugger (OpenSUSE 42 / x64)", |
254 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-opensuse.42.1-x64.zip", |
255 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-opensuse.42.1-x64.zip", |
| 254 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-opensuse.42.1-x64.zip", |
| 255 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-opensuse.42.1-x64.zip", |
256 | 256 | "installPath": ".debugger", |
257 | 257 | "runtimeIds": [ |
258 | 258 | "opensuse.42.1-x64" |
|
265 | 265 | }, |
266 | 266 | { |
267 | 267 | "description": ".NET Core Debugger (RHEL / x64)", |
268 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-rhel.7.2-x64.zip", |
269 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-rhel.7.2-x64.zip", |
| 268 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-rhel.7.2-x64.zip", |
| 269 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-rhel.7.2-x64.zip", |
270 | 270 | "installPath": ".debugger", |
271 | 271 | "runtimeIds": [ |
272 | 272 | "rhel.7-x64" |
|
279 | 279 | }, |
280 | 280 | { |
281 | 281 | "description": ".NET Core Debugger (Ubuntu 14.04 / x64)", |
282 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-ubuntu.14.04-x64.zip", |
283 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-ubuntu.14.04-x64.zip", |
| 282 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-ubuntu.14.04-x64.zip", |
| 283 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-ubuntu.14.04-x64.zip", |
284 | 284 | "installPath": ".debugger", |
285 | 285 | "runtimeIds": [ |
286 | 286 | "ubuntu.14.04-x64" |
|
293 | 293 | }, |
294 | 294 | { |
295 | 295 | "description": ".NET Core Debugger (Ubuntu 16.04 / x64)", |
296 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-ubuntu.16.04-x64.zip", |
297 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-ubuntu.16.04-x64.zip", |
| 296 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-ubuntu.16.04-x64.zip", |
| 297 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-ubuntu.16.04-x64.zip", |
298 | 298 | "installPath": ".debugger", |
299 | 299 | "runtimeIds": [ |
300 | 300 | "ubuntu.16.04-x64" |
|
307 | 307 | }, |
308 | 308 | { |
309 | 309 | "description": ".NET Core Debugger (Ubuntu 16.10 / x64)", |
310 | | - "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-0/coreclr-debug-ubuntu.16.10-x64.zip", |
311 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-0/coreclr-debug-ubuntu.16.10-x64.zip", |
| 310 | + "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-10-1/coreclr-debug-ubuntu.16.10-x64.zip", |
| 311 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-ubuntu.16.10-x64.zip", |
312 | 312 | "installPath": ".debugger", |
313 | 313 | "runtimeIds": [ |
314 | 314 | "ubuntu.16.10-x64" |
|
0 commit comments